Posts by Mario Bastos • 41 points
1 post
-
4
votes1
answer176
viewsQ: Filter in dplyr constrained by the maximum variable value of db Gapminder
I’m making the filter on df gapminder, generating a df empty when I use the variable gdpPercap: library(gapminder) # versão 0.2.0 library(dplyr) # versão 0.7.2 gapminder %>% filter(year == 2007,…
rasked Mario Bastos 41