getRepositories | R Documentation |
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()
)
network |
(character) name of a Pandora network, e.g. an entry of the output from
|
pattern |
(character) string for meta information search |
order |
(logical) if TRUE, order dataframe alphabetically by 'repository' and 'name' |
columns |
(character) names of columns that should be returned |
renameColumns |
(logical) apply names from the 'Additional Info' box from 'https://pandoradata.earth/dataset/' to the columns of returned data |
packageList |
(data.frame) optional, output of callAPI() e.g. from a previous call to the Pandora API. |
(data.frame) containing available repositories
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.