mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
a bit of trial and error. not completely satisfied with readcap_read-module yet
This commit is contained in:
parent
a5c0a01d8a
commit
00eb49c225
16 changed files with 1186 additions and 383 deletions
24
man/redcap_read_shiny_module.Rd
Normal file
24
man/redcap_read_shiny_module.Rd
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue