FreesearchR/man/redcap_read_shiny_module.Rd

35 lines
630 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
\name{m_redcap_readUI}
\alias{m_redcap_readUI}
\alias{m_redcap_readServer}
2025-03-05 21:13:06 +01:00
\alias{redcap_demo_app}
\title{Shiny module to browser and export REDCap data}
\usage{
m_redcap_readUI(id, title = TRUE)
2025-03-05 21:13:06 +01:00
m_redcap_readServer(id)
2024-12-19 11:32:09 +01:00
2025-03-05 21:13:06 +01:00
redcap_demo_app()
}
\arguments{
\item{id}{Namespace id}
2024-12-17 11:30:17 +01:00
\item{include_title}{logical to include title}
}
\value{
shiny ui element
shiny server module
}
\description{
Shiny module to browser and export REDCap data
2024-12-19 11:32:09 +01:00
Test app for the redcap_read_shiny_module
}
\examples{
\dontrun{
2025-03-05 21:13:06 +01:00
redcap_demo_app()
2024-12-19 11:32:09 +01:00
}
}