Skip to content

Instantly share code, notes, and snippets.

@karthik
Created May 29, 2019 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karthik/43c2a9a57729dfe6a8eb83c2df01d8c4 to your computer and use it in GitHub Desktop.
Save karthik/43c2a9a57729dfe6a8eb83c2df01d8c4 to your computer and use it in GitHub Desktop.
test.R
filter(gapminder, year == 1962) %>%
ggplot(aes(fertility, life_expectancy)) +
geom_point()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment