merge_overlapping_locations | R Documentation |
Falling Fruit does not support overlapping locations. This function merges locations with the same lat
, lng
or address
by the methods described in Details.
merge_overlapping_locations(dt, ...)
dt |
Locations data. |
... |
Arguments passed to |
The following aggregation is applied to all non-missing values for each field:
ids, types, author
- Comma-delimited list of all unique values.
description
- Result of build_location_description(types = description, notes = notes)
.
season.start
- Minimum value.
season.stop
- Maximum value.
unverified
- True ('x') if any are true.
yield.rating, quality.rating
- Rounded mean of all values.
photo.url
- First value.
Other location import functions: apply_match_table
,
build_match_table
,
match_names_to_ff_types
,
read_locations
,
write_locations_for_import
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.