Skip to content

Instantly share code, notes, and snippets.

@gonzalezgouveia
Created April 24, 2019 14:01
Show Gist options
  • Save gonzalezgouveia/75fdb9cc21c14e08c247ccd815743a24 to your computer and use it in GitHub Desktop.
Save gonzalezgouveia/75fdb9cc21c14e08c247ccd815743a24 to your computer and use it in GitHub Desktop.
# descargar datos en https://www.gapminder.org/data/
# escribir la ruta de los datos
path_to_data <- './population_total.csv'
# leer archivo csv
population_data <- read_csv(path_to_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment