Learn R Programming

rgbif (version 0.7.0)

resources: Get data resources and their unique keys.

Description

This function is deprecated.

Usage

resources(name = "", providerkey = NULL, basisofrecordcode = NULL,
  modifiedsince = NULL, startindex = NULL, maxresults = NULL)

Arguments

name
data provider name search string, by default searches all data resources by defining name = ''
providerkey
Filter records to those provided by the supplied numeric key for a data provider. See providers(). (character)
basisofrecordcode
return only records with the specified basis of record. Supported values are: "specimen, observation, living, germplasm, fossil, unknown". (character)
modifiedsince
return only records which have been indexed or modified on or after the supplied date (format YYYY-MM-DD, e.g. 2006-11-28)
startindex
return the subset of the matching records that starts at the supplied (zero-based index).
maxresults
max number of results to return

Details

Beware: It takes a while to retrieve the full list of resources - so go get more coffee.

See Also

networks organizations datasets

Examples

Run this code
# Test the function for a few resources
resources(maxresults=30)

# By name
resources('Flora')

Run the code above in your browser using DataLab