creates an array of objects
See also
Other JSON Prep:
clean_field_names(),
get_entity(),
prep_affiliation(),
prep_array(),
prep_array_objects(),
prep_atomic(),
prep_creators(),
prep_data(),
prep_descriptions(),
prep_for_json(),
prep_from_metadata_template(),
prep_identifier(),
prep_language(),
prep_methodology(),
prep_methods(),
prep_nameIdentifiers(),
prep_object(),
prep_publicationYear(),
prep_relatedIdentifiers(),
prep_rights(),
prep_subjects(),
prep_titles()
Examples
wddsWizard::becker_project_metadata$fundingReferences |>
prep_fundingReferences()
#> [[1]]
#> funderName funderIdentifier
#> [x] National Geographic Society http://dx.doi.org/10.13039/100006733
#> awardNumber
#> [x] NGS-55503R-19
#>
#> [[2]]
#> funderName funderIdentifier
#> [x] Indiana University http://dx.doi.org/10.13039/100006733
#>
#> [[3]]
#> funderName funderIdentifier
#> [x] College of Charleston http://dx.doi.org/10.13039/100009789
#>