mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-04-01 21:52:32 +02:00
reversed metadata focus move
This commit is contained in:
parent
10064d7ee0
commit
58e63eb1cf
@ -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…
x
Reference in New Issue
Block a user