export_app: Export 'teachR' Apps

Description Usage Arguments Value Author(s) Examples

View source: R/export_app.R

Description

This function exports a Shiny app provided by the teachR library to a local folder on a user's computer. Useful for modifying the app or running it on a Shiny Server instance for example.

Usage

1
export_app(app, dest)

Arguments

app

The name of the app to export.

dest

The destination of the app folder on the user's computer. A folder with the name of the app will be created at this location.

Value

This function does not return anything.

Author(s)

Simon Garnier, garnier@njit.edu

Examples

1
2
3
4
5
## Not run: 
 # Export app to the current working directory
 export_app("aggregation_segregation", ".")

## End(Not run)

swarm-lab/teachR documentation built on Feb. 13, 2020, 2:40 a.m.