Takes all datasets from all websites in a project and outputs them in a data frame.
LoadAllDatasets(project, removeNAdates = TRUE)
project | The name of the project whose datasets are to be imported. |
---|
A data frame including all datasets of a project.
# NOT RUN { allDatasets <- LoadAllDatasets(project) # }