mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
minor adjustments
This commit is contained in:
parent
a5e26354de
commit
65327a4879
8 changed files with 69 additions and 27 deletions
|
|
@ -213,6 +213,7 @@ default_parsing <- function(data) {
|
|||
name_labels <- lapply(data, \(.x) REDCapCAST::get_attr(.x, attr = "label"))
|
||||
|
||||
out <- data |>
|
||||
setNames(make.names(names(data),unique = TRUE)) |>
|
||||
REDCapCAST::parse_data() |>
|
||||
REDCapCAST::as_factor() |>
|
||||
REDCapCAST::numchar2fct(numeric.threshold = 8, character.throshold = 10) |>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue