Learn R Programming

BOLDconnectR (version 1.0.0)

bold.fetch.filters: Filters for specific parameters to customize the search for private data

Description

Filters for specific parameters to customize the search for private data

Usage

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
)

Arguments

bold.df

the output from the connectr functions

taxon.name

A single character string or a vector of taxonomic names at any hierarchical level. Default value is NULL

location.name

A single character string or a vector of country/province/state/region/sector/site names/codes. Default value is NULL.

latitude

A number or a vector of two numbers indicating the latitudinal range. Values separated by a comma. Default value is NULL.

longitude

A number or a vector of two numbers indicating the longitudinal range. Values separated by a comma. Default value is NULL.

shapefile

A file path pointing to a shapefile or name of the shapefile imported in the session. Default value is NULL.

institutes

A character string or a vector specifying names of institutes. Default value is NULL.

identified.by

A character string or a vector specifying names of people responsible for identifying the organism. Default value is NULL.

seq.source

A character string or a vector specifying data portals from where the (sequence) data was mined. Default value is NULL.

marker

A character string or a vector specifying of gene names. Default value is NULL.

collection.period

A Date or a vector of two values specifying the collection period range (start, end). Values separated by comma. Default value is NULL.

basecount

A number or a vector of two numbers indicating the base pairs number range. Values separated by a comma. Default value is NULL.

altitude

A number or a vector of two numbers indicating the altitude range. Values separated by a comma. Default value is NULL.

depth

A number or a vector of two numbers indicating the depth range. Values separated by a comma. Default value is NULL.