build_type_strings | R Documentation |
Builds type strings from component parts.
build_type_strings(ids = NULL, common_names = NULL,
scientific_names = NULL, notes = NULL, science_in = "[]")
ids |
Integer vector. |
common_names |
Character vector. |
scientific_names |
Character vector. |
notes |
Character vector. |
science_in |
String of two characters in which to display |
Character vector of type strings.
Other Falling Fruit functions: build_location_descriptions
,
build_location_description
,
expand_category_mask
,
get_ff_types
,
match_type_strings
,
normalize_type_strings
,
parse_type_strings
build_type_strings(1, "Apple")
build_type_strings(scientific_names = "Malus domestica")
build_type_strings(scientific_names = "Malus domestica", science_in = "()")
build_type_strings(c(1, 2), c("Apple", "Pear"), c("Malus domestica", "Pyrus communis"))
build_type_strings(1, "Apple", "Malus pumila", "fr: Pommier commun")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.