parse_type_strings: Parse Type Strings

View source: R/fallingfruit.R

parse_type_stringsR Documentation

Parse Type Strings

Description

Parses type strings into their component parts.

Usage

parse_type_strings(type_strings)

Arguments

type_strings

Character vector of type strings.

Value

List of lists with id, name, and scientific name.

See Also

Other Falling Fruit functions: build_location_descriptions, build_location_description, build_type_strings, expand_category_mask, get_ff_types, match_type_strings, normalize_type_strings

Examples

parse_type_strings("14")
parse_type_strings("Apple [Malus pumila]")
parse_type_strings("14: Apple [Malus pumila]")

falling-fruit/fruitr documentation built on Dec. 21, 2024, 8:32 p.m.