Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created October 27, 2021 07:51
gm_poland <- gapminder %>%
filter(country == "Poland") %>%
select(year, lifeExp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment