switchboard_close {switchboard}R Documentation

Closes all switchboard windows.

Description

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

Usage

switchboard_close()

Value

Nothing.

See Also

Other dashboard: showGrid(), switchboard()

Examples

## Not run: 

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


## End(Not run)


[Package switchboard version 0.1 Index]