Learn R Programming

rvertnet (version 0.0-5)

vertavailablemaps: Retrieve metadata about the maps currently available for querying against the &m= parameter from VertNet v2 portals.

Description

Retrieve metadata about the maps currently available for querying against the &m= parameter from VertNet v2 portals.

Usage

vertavailablemaps(key = "r_B68F3", grp = "fish", q = NA,
    url = NULL)

Arguments

key
API Key is required to run any query
grp
VertNet group to query. Currently available oprions fish, bird and herp. Default fish.
q
parameter can be used to query for selected maps It supports the 'OR' operator.
url
The VertNet url for the function (should be left to default).

Value

  • Dataframe of search results empty if no matches.

Examples

Run this code
# Search for maps with keywords
vertavailablemaps(q="May or June")
vertavailablemaps(q="Fishery Closure")

# List all
vertavailablemaps()

Run the code above in your browser using DataLab