match_type_strings | R Documentation |
Returns the ids of the Falling Fruit types matching each type string.
match_type_strings(type_strings, types = get_ff_types(pending = FALSE, urls =
FALSE))
type_strings |
Character vector of type strings. |
types |
Falling Fruit types. |
List of Falling Fruit type ids matching each element in type_strings
.
Other Falling Fruit functions: build_location_descriptions
,
build_location_description
,
build_type_strings
,
expand_category_mask
,
get_ff_types
,
normalize_type_strings
,
parse_type_strings
ff_types <- get_ff_types()
match_type_strings("Apple", ff_types)
match_type_strings(c("Apple [Malus domestica]", "Pear [Pyrus]"), ff_types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.