redcap import module in seperate file

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-19 11:32:09 +01:00
commit 115e91b6d4
No known key found for this signature in database
2 changed files with 385 additions and 1 deletions

View file

@ -1,13 +1,23 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/modules.R
% Please edit documentation in R/redcap_read_shiny_module.R
\docType{data}
\name{m_redcap_readUI}
\alias{m_redcap_readUI}
\alias{m_redcap_readServer}
\alias{tdm_redcap_read}
\alias{redcap_app}
\title{Shiny module to browser and export REDCap data}
\format{
An object of class \code{teal_data_module} of length 2.
}
\usage{
m_redcap_readUI(id, include_title = TRUE)
m_redcap_readServer(id, output.format = c("df", "teal", "list"))
tdm_redcap_read
redcap_app()
}
\arguments{
\item{id}{Namespace id}
@ -23,4 +33,14 @@ shiny server module
}
\description{
Shiny module to browser and export REDCap data
REDCap import teal data module
Test app for the redcap_read_shiny_module
}
\examples{
\dontrun{
redcap_app()
}
}
\keyword{datasets}