powered by
Get Catalogue of Life Taiwan checklist via advanced query.
get_col_taiwan( query, level = "species", option = "equal", include_synonyms = TRUE )
string The string to search for.
string
character Query by category level, level=c("kingdom","phylum","class","order","family","genus","species"),the default value is "species".
character
character Query format, option=c("contain","equal","beginning"),the default value is "equal".
logic Whether the results contain a synonym or not.
logic
object
Visit the website https://taibnet.sinica.edu.tw/eng/taibnet_species_query.php for more details.
# 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