Get information about BISON data providers.
bison_providers(details = FALSE, provider_no = NULL, ...)
(logical) If TRUE
, returns a list of data.frame's
for each provider, including their resource details. If FALSE
(default), only coarse grained data returned.
(numeric) Provider number. If this parameter is provided,
details is forced to be FALSE
Further args passed on to crul::HttpClient()
See examples in bison()
A data.frame or list of data.frame's
# NOT RUN {
head(bison_providers())
head(bison_providers(provider_no=131))
out <- bison_providers(details=TRUE)
out$National_Herbarium_of_New_South_Wales
# }
Run the code above in your browser using DataLab