Created
April 24, 2019 14:01
-
-
Save gonzalezgouveia/75fdb9cc21c14e08c247ccd815743a24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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