mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-21 05:19:07 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@54dd332cd8 🚀
This commit is contained in:
parent
4cf4bd0499
commit
6d545337de
328 changed files with 12930 additions and 1662 deletions
39
reference/redcap_read_shiny_module.md
Normal file
39
reference/redcap_read_shiny_module.md
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Shiny module to browser and export REDCap data
|
||||
|
||||
Shiny module to browser and export REDCap data
|
||||
|
||||
Test app for the redcap_read_shiny_module
|
||||
|
||||
## Usage
|
||||
|
||||
``` r
|
||||
m_redcap_readUI(id, title = TRUE, url = NULL)
|
||||
|
||||
m_redcap_readServer(id)
|
||||
|
||||
redcap_demo_app()
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
- id:
|
||||
|
||||
Namespace id
|
||||
|
||||
- include_title:
|
||||
|
||||
logical to include title
|
||||
|
||||
## Value
|
||||
|
||||
shiny ui element
|
||||
|
||||
shiny server module
|
||||
|
||||
## Examples
|
||||
|
||||
``` r
|
||||
if (FALSE) { # \dontrun{
|
||||
redcap_demo_app()
|
||||
} # }
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue