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)

mjlajeunesse/switchboard documentation built on Dec. 21, 2021, 7:04 p.m.