mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-25 14:21:54 +01:00
adding whitespace
This commit is contained in:
parent
cd8787fa9a
commit
dcc707af17
@ -70,12 +70,12 @@ REDCap_split <- function(records, metadata) {
|
|||||||
checkbox_basenames,
|
checkbox_basenames,
|
||||||
1,
|
1,
|
||||||
function(x)
|
function(x)
|
||||||
data.frame(
|
data.frame(
|
||||||
field_name = names(records)[grepl(paste0("^", x[1], "___.+$"), names(records))],
|
field_name = names(records)[grepl(paste0("^", x[1], "___.+$"), names(records))],
|
||||||
form_name = x[2],
|
form_name = x[2],
|
||||||
stringsAsFactors = FALSE,
|
stringsAsFactors = FALSE,
|
||||||
row.names = NULL
|
row.names = NULL
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user