Learn R Programming

rgbif (version 0.4.0)

networks: Networks metadata.

Description

Networks metadata.

Usage

networks(data = "all", uuid = NULL, callopts = list(),
    name = NULL, code = NULL, modifiedsince = NULL,
    startindex = NULL, maxresults = NULL)

Arguments

data
The type of data to get. Default is all data.
uuid
UUID of the data network provider. This must be specified if data is anything other than 'all'.
callopts
Further args passed on to GET.
name
THIS IS A DEPRECATED ARGUMENT. data network name search string, by default searches all data networks by defining name = ''
code
THIS IS A DEPRECATED ARGUMENT. return networks identified by the supplied short identifier code.
modifiedsince
THIS IS A DEPRECATED ARGUMENT. 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
THIS IS A DEPRECATED ARGUMENT. return the subset of the matching records that starts at the supplied (zero-based index).
maxresults
THIS IS A DEPRECATED ARGUMENT. max number of results to return

References

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

Examples

Run this code
networks()
networks(uuid='16ab5405-6c94-4189-ac71-16ca3b753df7')
networks(data='endpoint', uuid='16ab5405-6c94-4189-ac71-16ca3b753df7')

Run the code above in your browser using DataLab