rbison (version 1.0.0)

bison_providers: Get information about BISON data providers.

Description

Get information about BISON data providers.

Usage

bison_providers(details = FALSE, provider_no = NULL, ...)

Arguments

details

(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.

provider_no

(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()

Value

A data.frame or list of data.frame's

Examples

Run this code
# 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