Skip to contents

Prepares an array of objects

Usage

prep_rights(x)

Arguments

x

named list, vector, or data.frame of with 1:1 name:value pairs

Value

list of unboxed data frames

Examples


 wddsWizard::becker_project_metadata$rights |> prep_rights()
#> [[1]]
#> Warning: Setting row names on a tibble is deprecated.
#> # A tibble: 1 × 1
#>   rights
#> * <chr> 
#> 1 CC0   
#>