restartSession {rstudioapi} | R Documentation |
Restart the R Session
Description
Restart the RStudio session.
Usage
restartSession(command = "")
Arguments
command |
A command (as a string) to be run after restarting. |
Note
The restartSession
function was added in version 1.1.281 of
RStudio.
[Package rstudioapi version 0.13 Index]