Learn R Programming

RInno (version 0.0.3)

example_app: Example app

Description

Creates a basic app to test in wd/app_dir.

Usage

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

Arguments

app_dir

Shiny app's directory, defaults to "app".

wd

Path to working directory. Defaults to getwd().

Value

Shiny app example.

Examples

Run this code
# NOT RUN {
example_app(getwd())
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab