Takes all datasets from all websites in a project and outputs them in a data frame.

LoadAllDatasets(project, removeNAdates = TRUE)

Arguments

project

The name of the project whose datasets are to be imported.

Value

A data frame including all datasets of a project.

Examples

# NOT RUN {
allDatasets <- LoadAllDatasets(project)
# }