2024-12-09 14:00:44 +01:00
|
|
|
% 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}
|
2024-12-09 14:00:44 +01:00
|
|
|
\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}
|
2024-12-09 14:00:44 +01:00
|
|
|
\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.
|
|
|
|
}
|
2024-12-09 14:00:44 +01:00
|
|
|
\usage{
|
2024-12-17 11:30:17 +01:00
|
|
|
m_redcap_readUI(id, include_title = TRUE)
|
2024-12-09 14:00:44 +01:00
|
|
|
|
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()
|
2024-12-09 14:00:44 +01:00
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{id}{Namespace id}
|
|
|
|
|
2024-12-17 11:30:17 +01:00
|
|
|
\item{include_title}{logical to include title}
|
|
|
|
|
2024-12-09 14:00:44 +01:00
|
|
|
\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-09 14:00:44 +01:00
|
|
|
}
|
2024-12-19 11:32:09 +01:00
|
|
|
\keyword{datasets}
|