build_match_table: Built Match Table from Name Matches

build_match_tableR Documentation

Built Match Table from Name Matches

Description

Built Match Table from Name Matches

Usage

build_match_table(dt, matches, join_by = "id", group_by = NULL,
  types = get_ff_types(pending = FALSE), saved_table = NULL,
  locales = NULL)

Arguments

dt

Locations data.

matches

Result of match_names_to_ff_types with a simplify method selected.

join_by

Name of column in dt to join to matches.

group_by

Name of column(s) in dt to include and group matches by in output. If specified, rows are sorted by these columns, rows are returned sorted by descending count.

types

Falling Fruit types, as returned by get_ff_types.

saved_table

Previous result with saved edits.

locales

Additional common names displayed in match results.

See Also

Other location import functions: apply_match_table, match_names_to_ff_types, merge_overlapping_locations, read_locations, write_locations_for_import


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