Code data interactively in a Shiny app that runs locally in RStudio or a web browser using a bs4Dash interface. The app supports CSV, Stata, SPSS, RDS, and R data files. Stata and SPSS files require the optional haven package.
Arguments
- ...
arguments to pass to
shiny::runApp()
Examples
if (interactive()) {
gendercoder_app()
}
