parse_scientific_names | R Documentation |
Extracts components of scientific names.
parse_scientific_names(x, parts = c("taxon", "subtaxons", "connectors",
"cultivars"))
x |
Character vector. |
parts |
Parts of the scientific names to extract. |
List of character vectors (for "taxon") and lists of the same length as x
.
Other helper functions: capitalize_words
,
ch1903_to_wgs84
,
clean_strings
,
format_addresses
,
format_scientific_names
,
is.empty
, lvapply
,
melt_by_listcol
, na.remove
,
normalize_language
,
quotemeta
,
replace_values_in_list
,
sp_transform
,
subset_search_results
,
unique_na
parse_scientific_names(c("Malus pumila", "Prunus persica"), parts = "taxon")
parse_scientific_names("Prunus persica var. nucipersica 'Crimson King'")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.