powered by
Load dataset from a data.frame
load_dataset(dataframe, row = 1)
A data.frame with datasets from datos.gob.es
A number of the row in the data.frame. If the dataset has more than one element this param determinates the row to load. If row parameter is missing then the function will load the first row
A dataesgobr object
# NOT RUN { library(dataesgobr) # } # NOT RUN { datasets <- search_by_title('salud') dataset <- load_dataset(datasets) datasets <- search_by_title('consumo') dataset <- load_dataset(datasets, 5) # }
Run the code above in your browser using DataLab