get_ff_types: Get Falling Fruit (FF) Types

View source: R/fallingfruit.R

get_ff_typesR Documentation

Get Falling Fruit (FF) Types

Description

Get Falling Fruit (FF) Types

Usage

get_ff_types(categories = c("forager", "freegan", "honeybee", "grafter"),
  uncategorized = TRUE, pending = TRUE, urls = TRUE, locale = "en")

Arguments

categories

Categories of types to include.

uncategorized

Whether to include uncategorized types.

pending

Whether to include pending types.

urls

Whether to include URLs.

locale

Locale of the vectorized common_names field (all available name fields are returned).

Value

A data.table of Falling Fruit types.

See Also

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

Examples

ff_types <- get_ff_types()

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