Learn R Programming

dashboard (version 0.1.0)

dashboard_launch: dashboard_launch generates the dashboard and launchs the local server

Description

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

Usage

dashboard_launch(browse = TRUE)

Arguments

browse
boolean for launching the local server

Examples

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

Run the code above in your browser using DataLab