Format location data read in from the metadata.yml file. Converts from list to tibble.
process_format_locations(my_list, dataset_id, schema)Tibble with location details if available
if (FALSE) { # \dontrun{
process_format_locations(read_metadata("data/Falster_2003/metadata.yml")$locations, "Falster_2003")
} # }