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]]
#> Warning: Setting row names on a tibble is deprecated.
#> # A tibble: 1 × 3
#>   funderName                  funderIdentifier                     awardNumber  
#> * <chr>                       <chr>                                <chr>        
#> 1 National Geographic Society http://dx.doi.org/10.13039/100006733 NGS-55503R-19
#> 
#> [[2]]
#> Warning: Setting row names on a tibble is deprecated.
#> # A tibble: 1 × 2
#>   funderName         funderIdentifier                    
#> * <chr>              <chr>                               
#> 1 Indiana University http://dx.doi.org/10.13039/100006733
#> 
#> [[3]]
#> Warning: Setting row names on a tibble is deprecated.
#> # A tibble: 1 × 2
#>   funderName            funderIdentifier                    
#> * <chr>                 <chr>                               
#> 1 College of Charleston http://dx.doi.org/10.13039/100009789
#>