R/taxrank.r

#'Get values to be used for (taxonomic) rank arguments in GBIF API methods.
#'@export
#'@examples \dontrun{
#'taxrank()
#'}
taxrank <- function() {
    c("kingdom", "phylum", "class", "order", "family", "genus",
        "species", "infraspecific")
}
sckott/rgbif_scott documentation built on May 29, 2019, 4:04 p.m.