Deploying to gh-pages from @ agdamsbo/FreesearchR@54dd332cd8 🚀

This commit is contained in:
agdamsbo 2025-11-19 13:25:44 +00:00
commit 6d545337de
328 changed files with 12930 additions and 1662 deletions

View 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()
} # }
```