mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
redcap import module in seperate file
This commit is contained in:
parent
5e08d8934d
commit
115e91b6d4
2 changed files with 385 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue