a bit of trial and error. not completely satisfied with readcap_read-module yet

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-09 14:00:44 +01:00
commit 00eb49c225
No known key found for this signature in database
16 changed files with 1186 additions and 383 deletions

View file

@ -0,0 +1,24 @@
% 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
}