powered by
This function loads the data from the file passed like param
load_data(file, outfile = NULL)
A file with data previously downloaded
A character the path where the file will be save if it need to be modify, NULL to use the file's directory
A data.frame
# NOT RUN { library(dataesgobr) # } # NOT RUN { file <- system.file("extdata", "fichero.csv", package = "dataesgobr") load_data(file) load_data(file, outfile = tempdir()) # }
Run the code above in your browser using DataLab