Format location data read in from the `metadata.yml` file. Converts from list to tibble.

process_format_locations(my_list, dataset_id, schema)

Arguments

my_list

List of input information

dataset_id

Identifier for a particular study in the AusTraits database

schema

Schema for traits.build

Value

Tibble with location details if available

Examples

if (FALSE) {
process_format_locations(read_metadata("data/Falster_2003/metadata.yml")$locations, "Falster_2003")
}