R/taxrank.R

Defines functions taxrank

Documented in taxrank

#' Get the possible values to be used for (taxonomic) rank arguments in GBIF
#'   	API methods.
#'
#' @examples \dontrun{
#' taxrank()
#' }
#' @export
taxrank <- function() {
  c("kingdom", "phylum", "class", "order", "family", "genus", "species",
    "subspecies", "infraspecific")
}
ropensci/rgbif documentation built on June 4, 2024, 4:05 p.m.