Usage
bigsearch(specificepithet = NULL, genus = NULL, family = NULL,
order = NULL, class = NULL, compact = FALSE, year = NULL,
date = NULL, mappable = NULL, error = NULL, continent = NULL,
cntry = NULL, stateprovince = NULL, county = NULL, island = NULL,
igroup = NULL, inst = NULL, id = NULL, catalognumber = NULL,
collector = NULL, type = NULL, hastypestatus = NULL, media = NULL,
rank = NULL, tissue = NULL, resource = NULL, rfile, email,
verbose = TRUE, ...)
Arguments
specificepithet
Taxonomic specific epithet, e.g. (sapiens in Homo sapiens) (character)
genus
Taxonomic genus (character)
family
Taxonomic family (character)
order
Taxonomic order (character)
class
Taxonomic class (character)
compact
Return a compact data frame (logical)
year
Year (numeric) or range of years designated by comparison
operators "<", "="">", "<=" or="" "="">=". You can pass in more than one of these
queries, in a vector. See example below. (character)=">",>
date
Event date associated with this occurrence record; yyyy-mm-dd
or the range yyyy-mm-dd/yyyy-mm-dd (character)
mappable
Record includes valid coordinates in decimal latitude and
decimal longitude (logical)
error
Coordinate uncertainty in meters (numeric) or range of uncertainty
values designated by comparison operators "<", "="">", "<=" or="" "="">=" (character)=">",>
continent
Continent to search for occurrence (character)
cntry
Country to search for occurrence (character)
stateprovince
State or province to search for occurrence (character)
county
County to search for occurrence (character)
island
Island to search for occurrence (character)
igroup
Island group to search for occurrence (character)
inst
Code name for the provider/institution of record (character)
id
Provider's unique identifier for this occurrence record (character)
catalognumber
Provider's catalog number or other ID for this record (character)
collector
Collector name (character)
type
Type of record; "specimen" or "observation" (character)
hastypestatus
Specimen associated with this record is identified as a
holotype, paratype, neotype, etc. (character)
media
Record also references associated media, such as a film or video (logical)
tissue
Record is likely to reference tissues (logical)
resource
Identifier for the resource/dataset from which the record was
indexed (character)
rfile
A name for the results file that you will download (character). Required.
email
An email address where you can be contacted when your records are
ready for download (character). Required.
verbose
Print progress and information messages. Default: TRUE
...
Curl arguments passed on to GET