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") {
|
if (output.format == "list") {
|
||||||
out <- list(
|
out <- list(
|
||||||
data = shiny::reactive(redcap_data)
|
data = shiny::reactive(redcap_data),
|
||||||
# meta = dd()[["dd"]],
|
meta = dd()[["dd"]],
|
||||||
# name = name,
|
name = name,
|
||||||
# filter = input$filter
|
filter = input$filter
|
||||||
)
|
)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue