Learn R Programming

rnbn (version 1.1.2)

dataProviders: Get data providers

Description

Gets details of data providers for a given dataset (or list of datasets)

Usage

dataProviders(datasets = NULL, ...)

Arguments

datasets
A string (or list of strings) giving the dataset keys to search within. Use listDatasets to find dataset keys, or visit the NBN gateway https://data.nbn.org.uk/Datasets
...
Further named parameters passed on to GET

Value

a data.frame giving the details of data providers

See Also

listDatasets

Examples

Run this code
## Not run:  
# 
# providers <- dataProviders(c('GA000426','GA000832'))
# 
# ## End(Not run)

Run the code above in your browser using DataLab