switchboard_close {switchboard} | R Documentation |
Helps remove all visible/invisible switchboard windows. Place outside of loop to remove windows.
switchboard_close()
Nothing.
Other dashboard:
showGrid()
,
switchboard()
## Not run:
for(i in 1:100)
switchboard(delay = 0.05) %>% percent(i, maximum = 100, label = "100 loops")
switchboard_close()
## End(Not run)