get_taxa: Query and Search available taxa

Description Usage Arguments Value Note Examples

Description

Query and Search available taxa

Usage

1
2
get_taxa(is_animal = NULL, taxagroup = NULL, gid = NULL,
  name_regexp_ci = NULL, limit = 1000)

Arguments

is_animal

logical; should animals (TRUE) or plants (FALSE) be queried. NULL (default returns both).

taxagroup

character; filter by german name of OSIRIS taxagroups (e.g. from get_taxagroups).

gid

numeric; filter by OSIRIS taxagroup ID (e.g. from get_taxagroups).

name_regexp_ci

character; a Regular Expression (POSIX, Case Insensitive) to filter german or scientific name

limit

numeric; Number of observations to retrieve (max 1000).

Value

a data.frame with id, eu_guid, name_wissenschaftlich (scientific name), name_deutsch (german name), artengruppe (taxagroup-name), gid (taxagroup id), is_animal

Note

A maximum of 1000 entries is returned.

Examples

1
2
3
get_taxa()
# search for taxa beginning with Udea
get_taxa(name_regexp_ci = '^Udea.*$')

EDiLD/rartenfinder documentation built on May 18, 2019, 8:11 p.m.