Learn R Programming

rgbif (version 0.7.0)

organizations: Organizations metadata.

Description

Organizations metadata.

Usage

organizations(data = "all", uuid = NULL, query = NULL, limit = 20,
  start = NULL, callopts = list())

Arguments

callopts
Pass on options to httr::GET for more refined control of http calls, and error handling
limit
Number of records to return
start
Record number to start at
data
The type of data to get. Default is all data.
uuid
UUID of the data node provider. This must be specified if data is anything other than 'all'.
query
Query nodes. Only used when data='all'

Value

  • A list.

References

http://www.gbif.org/developer/summary

Examples

Run this code
organizations()
organizations(query="france")
organizations(uuid="4b4b2111-ee51-45f5-bf5e-f535f4a1c9dc")
organizations(data='contact', uuid="4b4b2111-ee51-45f5-bf5e-f535f4a1c9dc")
organizations(data='pending')

Run the code above in your browser using DataLab