mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
include a little more metadata. module works with teal as well
This commit is contained in:
parent
00eb49c225
commit
ab2dedb66f
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue