Filters for specific parameters to customize the search for private data
bold.fetch.filters(
bold.df,
taxon.name = NULL,
location.name = NULL,
latitude = NULL,
longitude = NULL,
shapefile = NULL,
institutes = NULL,
identified.by = NULL,
seq.source = NULL,
marker = NULL,
collection.period = NULL,
basecount = NULL,
altitude = NULL,
depth = NULL
)the output from the connectr functions
A single character string or a vector of taxonomic names at any hierarchical level. Default value is NULL
A single character string or a vector of country/province/state/region/sector/site names/codes. Default value is NULL.
A number or a vector of two numbers indicating the latitudinal range. Values separated by a comma. Default value is NULL.
A number or a vector of two numbers indicating the longitudinal range. Values separated by a comma. Default value is NULL.
A file path pointing to a shapefile or name of the shapefile imported in the session. Default value is NULL.
A character string or a vector specifying names of institutes. Default value is NULL.
A character string or a vector specifying names of people responsible for identifying the organism. Default value is NULL.
A character string or a vector specifying data portals from where the (sequence) data was mined. Default value is NULL.
A character string or a vector specifying of gene names. Default value is NULL.
A Date or a vector of two values specifying the collection period range (start, end). Values separated by comma. Default value is NULL.
A number or a vector of two numbers indicating the base pairs number range. Values separated by a comma. Default value is NULL.
A number or a vector of two numbers indicating the altitude range. Values separated by a comma. Default value is NULL.
A number or a vector of two numbers indicating the depth range. Values separated by a comma. Default value is NULL.