bison_providers: Get information about BISON data providers.

View source: R/bison_providers.r

bison_providersR Documentation

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

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

ropensci/rbison documentation built on May 18, 2022, 6:31 p.m.