switchboard_close: Closes all switchboard windows.

Description Usage Value See Also Examples

View source: R/switchboard_close.R

Description

Helps remove all visible/invisible switchboard windows. Place outside of loop to remove windows.

Usage

1

Value

Nothing.

See Also

Other dashboard: showGrid(), switchboard()

Examples

1
2
3
4
5
6
7
8
## Not run: 

for(i in 1:100) 
    switchboard(delay = 0.05) %>% percent(i, maximum = 100, label = "100 loops")
switchboard_close()


## End(Not run)

switchboard documentation built on Oct. 9, 2021, 1:06 a.m.