R/restart.R
restart.Rd
Restart the R session. Shallow wrapper for restartSession.
restart(command = deparse(substitute(cat(paste("🦇", "Welcome back!", "🦇")))))
A command (as a string) to be run after restarting.
Null
if (FALSE) { restart() }