Learn R Programming

rgbif (version 0.4.0)

organizations: Organizations metadata.

Description

Organizations metadata.

Usage

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

Arguments

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'
callopts
Further args passed on to GET.

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