dashboard_stop: dashboard_stop stops the local Rook server

Description Usage Arguments Examples

View source: R/dashboard_stop.R

Description

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

Usage

1
dashboard_stop(dashboard.env = dashboard.env)

Arguments

dashboard.env

name of the global environment variable used across the dashboard package

Examples

1
2
3
4
5
6
7
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

Example output

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

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