Get all vailable repositories or those within a specific network optional filtering of meta information for a given string
getRepositories(
network = "",
pattern = "",
order = TRUE,
columns = getDatasetFields(),
renameColumns = TRUE,
packageList = data.frame()
)(data.frame) containing available repositories
(character) name of a Pandora network, e.g. an entry of the output from
getNetworks()$name
(character) string for meta information search
(logical) if TRUE, order dataframe alphabetically by 'repository' and 'name'
(character) names of columns that should be returned
(logical) apply names from the 'Additional Info' box from 'https://pandoradata.earth/dataset/' to the columns of returned data
(data.frame) optional, output of callAPI() e.g. from a previous call to the Pandora API.