mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new working version with major updates
This commit is contained in:
parent
fb2569c647
commit
e4633421aa
16 changed files with 1678 additions and 85 deletions
|
|
@ -5,13 +5,15 @@
|
|||
\alias{m_redcap_readServer}
|
||||
\title{Shiny module to browser and export REDCap data}
|
||||
\usage{
|
||||
m_redcap_readUI(id)
|
||||
m_redcap_readUI(id, include_title = TRUE)
|
||||
|
||||
m_redcap_readServer(id, output.format = "df")
|
||||
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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue