mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
26 lines
603 B
R
26 lines
603 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/modules.R
|
|
\name{m_redcap_readUI}
|
|
\alias{m_redcap_readUI}
|
|
\alias{m_redcap_readServer}
|
|
\title{Shiny module to browser and export REDCap data}
|
|
\usage{
|
|
m_redcap_readUI(id, include_title = TRUE)
|
|
|
|
m_redcap_readServer(id, output.format = c("df", "teal", "list"))
|
|
}
|
|
\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
|
|
|
|
shiny server module
|
|
}
|
|
\description{
|
|
Shiny module to browser and export REDCap data
|
|
}
|