| exit {remoter} | R Documentation |
This function cleanly shuts down the remoter server the client
is currently connected to, as well as shutting down the client.
One can also use q() (while the client is running), and
this will not close the active R session on the client.
exit(client.only = TRUE, q.server = TRUE)
client.only |
Logical; if |
q.server |
Logical; if |
Exit the remoter client/server.
Returns TRUE invisibly on successful exit.