normalize_type_strings | R Documentation |
Checks type strings against Falling Fruit types and fills in any missing components.
normalize_type_strings(type_strings, types = get_ff_types(pending = FALSE,
urls = FALSE))
type_strings |
Character vector of type strings as comma-delimited lists. |
types |
Falling Fruit types |
Character vector of complete type strings as comma-delimited lists.
Other Falling Fruit functions: build_location_descriptions
,
build_location_description
,
build_type_strings
,
expand_category_mask
,
get_ff_types
,
match_type_strings
,
parse_type_strings
ff_types <- get_ff_types()
## Not run:
normalize_type_strings("Apple", ff_types)
## End(Not run)
normalize_type_strings(c("14", "Apple [Malus]"), ff_types)
normalize_type_strings(c("", " ,", NA), ff_types)
normalize_type_strings(c("14: Apple, 14: Apple"), ff_types)
normalize_type_strings("Hello World", ff_types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.