reversed metadata focus move

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-05 14:38:15 +01:00
parent 10064d7ee0
commit 58e63eb1cf
No known key found for this signature in database

View File

@ -86,6 +86,11 @@ REDCap_split <- function(records,
metadata,
primary_table_name = "",
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
records <- process_user_input(records)
metadata <-