mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
25 lines
245 B
Markdown
25 lines
245 B
Markdown
|
|
# Launch the included Shiny-app for database casting and upload
|
||
|
|
|
||
|
|
Wraps shiny::runApp()
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
shiny_cast(...)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- ...:
|
||
|
|
|
||
|
|
Arguments passed to shiny::runApp()
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
shiny app
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
|
||
|
|
``` r
|
||
|
|
# shiny_cast()
|
||
|
|
```
|