include a little more metadata. module works with teal as well

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-09 14:06:47 +01:00
parent 00eb49c225
commit ab2dedb66f
No known key found for this signature in database

View file

@ -254,10 +254,10 @@ m_redcap_readServer <- function(id, output.format = c("df", "teal", "list")) {
if (output.format == "list") {
out <- list(
data = shiny::reactive(redcap_data)
# meta = dd()[["dd"]],
# name = name,
# filter = input$filter
data = shiny::reactive(redcap_data),
meta = dd()[["dd"]],
name = name,
filter = input$filter
)
} else {