mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 10:39:39 +02:00
fixed ds2dd default metadata
This commit is contained in:
parent
9f4bb011ac
commit
fdad86d762
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ds2dd <-
|
|||
field.type = "text",
|
||||
field.label = NULL,
|
||||
include.column.names = FALSE,
|
||||
metadata = names(redcapcast_meta)) {
|
||||
metadata = metadata_names) {
|
||||
dd <- data.frame(matrix(ncol = length(metadata), nrow = ncol(ds)))
|
||||
colnames(dd) <- metadata
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue