powered by
Creates a basic app to test in wd/app_dir.
wd/app_dir
example_app(app_dir = "app", wd = getwd(), type = "Shiny")
Shiny app's directory. Defaults to "app".
Path to working directory. Defaults to getwd().
getwd()
"Shiny" or "flexdashboard". Defaults to "Shiny".
Shiny app example.
# NOT RUN { # Shiny example example_app() create_app("myapp", "app") # Flexdashboard example example_app(type = "flexdashboard") create_app("myapp", "app") # } # NOT RUN { # }
Run the code above in your browser using DataLab