mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
too much..
This commit is contained in:
parent
e5b702a183
commit
bc8aa7b583
28 changed files with 1064 additions and 95 deletions
|
|
@ -1,30 +1,21 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% 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}
|
||||
\alias{redcap_demo_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"))
|
||||
m_redcap_readServer(id)
|
||||
|
||||
tdm_redcap_read
|
||||
|
||||
redcap_app()
|
||||
redcap_demo_app()
|
||||
}
|
||||
\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
|
||||
|
|
@ -34,13 +25,10 @@ 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()
|
||||
redcap_demo_app()
|
||||
}
|
||||
}
|
||||
\keyword{datasets}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue