
occ_options(from = "gbif", where = "console")
occ_search
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., 'e' for 'ecoengine').
# opens up documentation for this function
occ_options()
# Open up documentation for the appropriate search function for each source
occ_options('gbif')
occ_options('ecoengine')
occ_options('AntWeb')
occ_options('antweb')
occ_options('ebird')
occ_options('bison')
occ_options('idigbio')
occ_options('vertnet')
# Or open in html version
occ_options('bison', 'html')
Run the code above in your browser using DataLab