Skip to contents

creates an array of objects

Usage

prep_fundingReferences(x)

Arguments

x

list of tibbles/data frames or a tibble/data frame

Value

list of single row unboxed data frames

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
#>