Format contributors, read in from the `metadata.yml` file. Converts from list to tibble.
process_format_contributors(my_list, dataset_id, schema)
List of input information
Identifier for a particular study in the AusTraits database
Schema for traits.build
Tibble with details of contributors
if (FALSE) {
process_format_contributors(read_metadata("data/Falster_2003/metadata.yml")$contributors)
}