Format contributors, read in from the `metadata.yml` file. Converts from list to tibble.

process_format_contributors(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 details of contributors

Examples

if (FALSE) {
process_format_contributors(read_metadata("data/Falster_2003/metadata.yml")$contributors)
}