mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 02:29:39 +02:00
reversed metadata focus move
This commit is contained in:
parent
10064d7ee0
commit
58e63eb1cf
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ REDCap_split <- function(records,
|
||||||
metadata,
|
metadata,
|
||||||
primary_table_name = "",
|
primary_table_name = "",
|
||||||
forms = c("repeating", "all")) {
|
forms = c("repeating", "all")) {
|
||||||
|
|
||||||
|
# Processing metadata to reflect focused dataset
|
||||||
|
# metadata <- focused_metadata(metadata, names(records))
|
||||||
|
# Requires new testing setup. Not doing that now.
|
||||||
|
|
||||||
# Process user input
|
# Process user input
|
||||||
records <- process_user_input(records)
|
records <- process_user_input(records)
|
||||||
metadata <-
|
metadata <-
|
||||||
|
|
Loading…
Add table
Reference in a new issue