Skip to contents

Prepares an array of objects

Usage

prep_titles(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$titles |>
prep_titles()
#> [[1]]
#> Warning: Setting row names on a tibble is deprecated.
#> # A tibble: 1 × 1
#>   title                                                                       
#> * <chr>                                                                       
#> 1 Serum proteomics of coronavirus shedding in vampire bats (Desmodus rotundus)
#>