shinyBI: Run shinyBI app

Description Usage Arguments Note References Examples

Description

Run shinyBI app. App can perform simple Business Intelligence processes on provided denormalized data DT object.

Usage

1
shinyBI(..., appDir = NULL)

Arguments

...

params to be passed to runApp. Excluding appDir argument.

appDir

param will be omitted and not passed to runApp.

Note

In case of no DT object provided the example data will be loaded. Example data are CRAN rstudio mirror logs from 2013-11-17 to 2014-06-15 (1.6mln rows). See references for details.

References

http://cran-logs.rstudio.com/

Examples

1
2
3
4
5
## Not run: 
  DT <- fread("source.csv")
  shinyBI()

## End(Not run)

jangorecki/shinyBI documentation built on May 18, 2019, 12:25 p.m.