FreesearchR/man/redcap_read_shiny_module.Rd

47 lines
908 B
Text
Raw Normal View History

% Generated by roxygen2: do not edit by hand
2024-12-19 11:32:09 +01:00
% Please edit documentation in R/redcap_read_shiny_module.R
\docType{data}
\name{m_redcap_readUI}
\alias{m_redcap_readUI}
\alias{m_redcap_readServer}
2024-12-19 11:32:09 +01:00
\alias{tdm_redcap_read}
\alias{redcap_app}
\title{Shiny module to browser and export REDCap data}
2024-12-19 11:32:09 +01:00
\format{
An object of class \code{teal_data_module} of length 2.
}
\usage{
2024-12-17 11:30:17 +01:00
m_redcap_readUI(id, include_title = TRUE)
2024-12-17 11:30:17 +01:00
m_redcap_readServer(id, output.format = c("df", "teal", "list"))
2024-12-19 11:32:09 +01:00
tdm_redcap_read
redcap_app()
}
\arguments{
\item{id}{Namespace id}
2024-12-17 11:30:17 +01:00
\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
2024-12-19 11:32:09 +01:00
REDCap import teal data module
Test app for the redcap_read_shiny_module
}
\examples{
\dontrun{
redcap_app()
}
}
2024-12-19 11:32:09 +01:00
\keyword{datasets}