Learn R Programming

dashboard (version 0.1.0)

dashboard_stop: dashboard_stop stops the local Rook server

Description

dashboard_stop stops the Rook server running. Not needed in linux, but required in unix environment

Usage

dashboard_stop(dashboard.env = dashboard.env)

Arguments

dashboard.env
name of the global environment variable used across the dashboard package

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
dashboard_stop(dashboard.env) # should have a server running

Run the code above in your browser using DataLab