mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
25 lines
514 B
Text
25 lines
514 B
Text
|
% 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)
|
||
|
|
||
|
m_redcap_readServer(id, output.format = "df")
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{id}{Namespace id}
|
||
|
|
||
|
\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
|
||
|
}
|