# operating on `taxon` objects
out <- make_taxon(genus="Poa", epithet="annua", authority="L.",
family='Poaceae', clazz='Poales', kingdom='Plantae', variety='annua')
out %>% name()
out %>% uri()
out %>% rank()
out %>% taxonid()
## or don't unname the output
out %>% name(unname = FALSE)
# operating on `taxonref` objects
res <- taxonref("genus", "Poa", 56, "http://scottchamberlain.info/")
res %>% name()
res %>% uri()
res %>% rank()
res %>% taxonid()
Run the code above in your browser using DataLab