REDCapCAST/reference/shiny_cast.md

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()
```