Learn R Programming

RInno (version 1.0.1)

example_app: Example app

Description

Creates a basic app to test in wd/app_dir.

Usage

example_app(app_dir = "app", wd = getwd(), type = "Shiny")

Arguments

app_dir

Shiny app's directory. Defaults to "app".

wd

Path to working directory. Defaults to getwd().

type

"Shiny" or "flexdashboard". Defaults to "Shiny".

Value

Shiny app example.

Examples

Run this code
# 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