mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
bumped to 25.2.1 - new visuals tab - all functions in place - code cleanup has started
This commit is contained in:
parent
c4b5a7ba79
commit
14edce9912
36 changed files with 3564 additions and 2976 deletions
|
|
@ -271,19 +271,19 @@ m_redcap_readServer <- function(id, output.format = c("df", "teal", "list")) {
|
|||
)
|
||||
}
|
||||
|
||||
#' REDCap import teal data module
|
||||
#'
|
||||
#' @rdname redcap_read_shiny_module
|
||||
tdm_redcap_read <- teal::teal_data_module(
|
||||
ui <- function(id) {
|
||||
shiny::fluidPage(
|
||||
m_redcap_readUI(id)
|
||||
)
|
||||
},
|
||||
server = function(id) {
|
||||
m_redcap_readServer(id, output.format = "teal")
|
||||
}
|
||||
)
|
||||
# #' REDCap import teal data module
|
||||
# #'
|
||||
# #' @rdname redcap_read_shiny_module
|
||||
# tdm_redcap_read <- teal::teal_data_module(
|
||||
# ui <- function(id) {
|
||||
# shiny::fluidPage(
|
||||
# m_redcap_readUI(id)
|
||||
# )
|
||||
# },
|
||||
# server = function(id) {
|
||||
# m_redcap_readServer(id, output.format = "teal")
|
||||
# }
|
||||
# )
|
||||
|
||||
|
||||
#' Test app for the redcap_read_shiny_module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue