Learn R Programming

rcol (version 0.2.0)

cp_parser: Name Parser

Description

Name Parser

Usage

cp_parser(names, ...)

Arguments

names

(character) one or more scientific names to parse

...

curl options passed on to crul::verb-POST

Value

tibble, with one row for each parsed name

Examples

Run this code
# NOT RUN {
cp_parser(names = "Apis mellifera")
cp_parser(names = c("Apis mellifera", "Homo sapiens var. sapiens"))
# }

Run the code above in your browser using DataLab