mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 18:49:39 +02:00
commented out archaeological findings
This commit is contained in:
parent
baa2c88998
commit
3f95ba2f22
1 changed files with 2 additions and 1 deletions
|
@ -83,6 +83,7 @@ REDCap_split <- function(records,
|
|||
metadata,
|
||||
primary_table_name = "",
|
||||
forms = c("repeating", "all")) {
|
||||
|
||||
# Process user input
|
||||
records <- process_user_input(records)
|
||||
metadata <-
|
||||
|
@ -110,7 +111,7 @@ REDCap_split <- function(records,
|
|||
}
|
||||
|
||||
# Standardize variable names for metadata
|
||||
names(metadata) <- metadata_names
|
||||
# names(metadata) <- metadata_names
|
||||
|
||||
# Make sure that no metadata columns are factors
|
||||
metadata <-
|
||||
|
|
Loading…
Add table
Reference in a new issue