Skip to contents

The creator object can be complex so we prepare components of the final object (e.g. affiliation, nameIdentifiers) then run prep_array_objects

Usage

prep_creators(x)

Arguments

x

data frame or named list.

Value

List of unboxed data frames

Examples


wddsWizard::becker_project_metadata$creators |>
 prep_creators()
#> [[1]]
#>                 name givenName familyName
#> [x] Daniel J. Becker Daniel J.     Becker
#>                                                                                   affiliation
#> [x] Department of Biology, University of Oklahoma, Norman, OK, USA, https://ror.org/02aqsxs83
#>                                  nameIdentifiers
#> [x] https://orcid.org/0000-0003-4315-8628, ORCID
#> 
#> [[2]]
#>                name   givenName familyName
#> [x] Guang-Sheng Lei Guang-Sheng        Lei
#>                                                                                                                                  affiliation
#> [x] Department of Pathology and Laboratory Medicine, Indiana University School of Medicine, Indianapolis, IN, USA, https://ror.org/02ets8c94
#>