Learn R Programming

SP2000 (version 0.2.0)

get_col_taiwan: Search Catalogue of Life Taiwan checklist

Description

Get Catalogue of Life Taiwan checklist via advanced query.

Usage

get_col_taiwan(
  query,
  level = "species",
  option = "equal",
  include_synonyms = TRUE
)

Arguments

query

string The string to search for.

level

character Query by category level, level=c("kingdom","phylum","class","order","family","genus","species"),the default value is "species".

option

character Query format, option=c("contain","equal","beginning"),the default value is "equal".

include_synonyms

logic Whether the results contain a synonym or not.

Value

object

Details

Visit the website https://taibnet.sinica.edu.tw/eng/taibnet_species_query.php for more details.

Examples

Run this code
# NOT RUN {
##Search Catalogue of Life Taiwan checklist
get_col_taiwan(query="Anguilla",level="species",option = "contain")

get_col_taiwan(query="Anguillidae",level="family")
# }

Run the code above in your browser using DataLab