Displaying 1 result from an estimated 1 matches for "berri1".
Did you mean:
  berris
  
2019 Feb 16
4
Duda error sintaxis
...Mapping should be created with `aes() or `aes_()`.
Alguien me puede orientar sobre que estoy haciendo mal, llevo mucho rato
atascada.
 Muchas gracias
df_nuevofinal %>% filter( District == "University" | District == "Boyer" |
District == "Parc" | District == "Berri1") %>%
  group_by(week_day) %>%  ggplot(df_nuevofinal,aes (x=week_day,
y=District)) +
geom_col()
	[[alternative HTML version deleted]]