mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
trimmed deps, updated renv
This commit is contained in:
parent
db75c3313e
commit
65f27aa862
7 changed files with 227 additions and 181 deletions
|
|
@ -53,7 +53,11 @@ export_redcap_instrument <- function(data,
|
|||
}
|
||||
|
||||
temp_dir <- tempdir()
|
||||
utils::write.csv(data, paste0(temp_dir, "/instrument.csv"), row.names = FALSE, na = "")
|
||||
readr::write_csv(
|
||||
x = data,
|
||||
file = paste0(temp_dir, "/instrument.csv"),
|
||||
na = "")
|
||||
# utils::write.csv(data, paste0(temp_dir, "/instrument.csv"), row.names = FALSE, na = "")
|
||||
writeLines("REDCapCAST", paste0(temp_dir, "/origin.txt"))
|
||||
zip::zip(
|
||||
zipfile = file,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue