% Generated by roxygen2: do not edit by hand % Please edit documentation in R/modules.R \name{m_redcap_readUI} \alias{m_redcap_readUI} \alias{m_redcap_readServer} \title{Shiny module to browser and export REDCap data} \usage{ m_redcap_readUI(id, include_title = TRUE) m_redcap_readServer(id, output.format = c("df", "teal", "list")) } \arguments{ \item{id}{Namespace id} \item{include_title}{logical to include title} \item{output.format}{data.frame ("df") or teal data object ("teal")} } \value{ shiny ui element shiny server module } \description{ Shiny module to browser and export REDCap data }