Learn R Programming

rgbif (version 0.3.0)

networks: Get data networks and their unique keys.

Description

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

Usage

networks(name = "", code = NULL, modifiedsince = NULL,
    startindex = NULL, maxresults = NULL)

Arguments

name
data network name search string, by default searches all data networks by defining name = ''
code
return networks identified by the supplied short identifier code.
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

Examples

Run this code
# Test the function for a few networks
networks(maxresults=10)

# By name
networks('ORNIS')

# All data providers
networks()

Run the code above in your browser using DataLab