
Look up options for parameters passed to each source for occ_names function
Source:R/occ_names_options.R
occ_names_options.Rd
Look up options for parameters passed to each source for occ_names function
Arguments
- from
(character) Data source to get data from, only gbif. Case doesn't matter.
- where
(character) One of console (print to console) or html (opens help page, if in non-interactive R session, prints help to console).
Value
Opens up the documentation for the function that is used internally within the occ function for each source.
Details
Any of the parameters passed to e.g. rgbif::name_lookup()
from the
rgbif
package can be passed in the associated gbifopts list
in occ()
.
Note that the from parameter is lowercased within the function and is
called through match.arg
first, so you can match on unique partial
strings too (e.g., 'rg' for 'rgbif').
See also
Other queries:
occ_names()
,
occ_options()
,
occ()
,
spocc_objects