mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
commented out archaeological findings
This commit is contained in:
parent
baa2c88998
commit
3f95ba2f22
@ -83,6 +83,7 @@ REDCap_split <- function(records,
|
|||||||
metadata,
|
metadata,
|
||||||
primary_table_name = "",
|
primary_table_name = "",
|
||||||
forms = c("repeating", "all")) {
|
forms = c("repeating", "all")) {
|
||||||
|
|
||||||
# Process user input
|
# Process user input
|
||||||
records <- process_user_input(records)
|
records <- process_user_input(records)
|
||||||
metadata <-
|
metadata <-
|
||||||
@ -110,7 +111,7 @@ REDCap_split <- function(records,
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Standardize variable names for metadata
|
# Standardize variable names for metadata
|
||||||
names(metadata) <- metadata_names
|
# names(metadata) <- metadata_names
|
||||||
|
|
||||||
# Make sure that no metadata columns are factors
|
# Make sure that no metadata columns are factors
|
||||||
metadata <-
|
metadata <-
|
||||||
|
Loading…
Reference in New Issue
Block a user