add_taxonomy | R Documentation |
fwspp
objectUse this function to add or update basic taxonomic information to an
fwspp
object; see retrieve_taxonomy
for
a description of the information returned and its source.
add_taxonomy(fwspp, taxonomy = NULL)
fwspp |
an |
taxonomy |
a |
a fwspp
object with added (or updated) basic
taxonomic information
## Not run:
ml <- find_fws("longleaf")
ml <- fws_occ(fws = ml)
ml <- add_taxonomy(ml)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.