dashboard_launch: dashboard_launch generates the dashboard and launchs the...

Description Usage Arguments Examples

View source: R/dashboard_launch.R

Description

dashboard_launch writes all files for the web page and launchs the local server

Usage

1

Arguments

browse

boolean for launching the local server

Examples

1
2
3
4
5
6
dashboard_open(data=iris) # other options: pathoutput=getwd() ...
dcpiechart(x=names(iris)[5])
dcbarchart(x=names(iris)[1] , gap=75)
dcpiechart(x=names(iris)[2])
dctable(index=names(iris)[5])
dashboard_launch(browse = FALSE) # Just generates files. Server is not launched

Example output

[1] "setting ok"
row already readyFiles have been generated in this folder:  /work/tmp/tmp/RtmppqMoyW/dashboard_1510197187

dashboard documentation built on May 1, 2019, 10:52 p.m.