bison_providers: Get information about BISON data providers.

Description Usage Arguments Value Examples

View source: R/bison_providers.R

Description

Get information about BISON data providers.

Usage

1
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

1
2
3
4
5
6
7
## Not run: 
head(bison_providers())
head(bison_providers(provider_no=131))
out <- bison_providers(details=TRUE)
out$National_Herbarium_of_New_South_Wales

## End(Not run)

rbison documentation built on July 1, 2020, 10:27 p.m.