mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
evolving
This commit is contained in:
parent
ab2dedb66f
commit
7b1d55ebc8
7 changed files with 1070 additions and 200 deletions
|
|
@ -149,7 +149,10 @@ file_export <- function(data, output.format = c("df", "teal", "list"), filename,
|
|||
|
||||
datanames(out) <- filename
|
||||
} else if (output.format == "df") {
|
||||
out <- data
|
||||
out <- data|>
|
||||
REDCapCAST::parse_data() |>
|
||||
REDCapCAST::as_factor() |>
|
||||
REDCapCAST::numchar2fct()
|
||||
} else if (output.format == "list") {
|
||||
out <- list(
|
||||
data = data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue