Collection of methods for preparing data conveniently named to make preparing easier
Examples
prep_methods()
#> $data
#> function (x)
#> {
#> prep_object(x)
#> }
#> <bytecode: 0x559ab8a90dd0>
#> <environment: namespace:wddsWizard>
#>
#> $creators
#> function (x)
#> {
#> x_aff <- purrr::map(x, prep_affiliation)
#> x_nid <- purrr::map(x_aff, prep_nameIdentifiers)
#> out <- prep_array_objects(x_nid)
#> return(out)
#> }
#> <bytecode: 0x559abc7a6bb8>
#> <environment: namespace:wddsWizard>
#>
#> $descriptions
#> function (x)
#> {
#> prep_array_objects(x)
#> }
#> <bytecode: 0x559aba77a9d0>
#> <environment: namespace:wddsWizard>
#>
#> $fundingReferences
#> function (x)
#> {
#> prep_array_objects(x)
#> }
#> <bytecode: 0x559ab8a915e8>
#> <environment: namespace:wddsWizard>
#>
#> $identifier
#> function (x)
#> {
#> prep_array_objects(x)
#> }
#> <bytecode: 0x559ab88d4fc0>
#> <environment: namespace:wddsWizard>
#>
#> $relatedIdentifiers
#> function (x)
#> {
#> prep_array_objects(x)
#> }
#> <bytecode: 0x559ab88d5768>
#> <environment: namespace:wddsWizard>
#>
#> $language
#> function (x)
#> {
#> prep_atomic(x)
#> }
#> <bytecode: 0x559ab88d5f48>
#> <environment: namespace:wddsWizard>
#>
#> $methodology
#> function (x)
#> {
#> x <- dplyr::mutate(x, eventBased = as.logical(.data$eventBased),
#> archival = as.logical(.data$archival))
#> prep_object(x, unbox = TRUE)
#> }
#> <bytecode: 0x559ab88d66f0>
#> <environment: namespace:wddsWizard>
#>
#> $publicationYear
#> function (x)
#> {
#> prep_atomic(x)
#> }
#> <bytecode: 0x559ab8aae2c8>
#> <environment: namespace:wddsWizard>
#>
#> $rights
#> function (x)
#> {
#> prep_array_objects(x)
#> }
#> <bytecode: 0x559ab8aaea70>
#> <environment: namespace:wddsWizard>
#>
#> $subjects
#> function (x)
#> {
#> prep_array_objects(x)
#> }
#> <bytecode: 0x559ab8aaf218>
#> <environment: namespace:wddsWizard>
#>
#> $titles
#> function (x)
#> {
#> prep_array_objects(x)
#> }
#> <bytecode: 0x559ab87b5a30>
#> <environment: namespace:wddsWizard>
#>