Description Usage Arguments Details Value See Also
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.
1 2 3 4 5 |
client.only |
Logical; if |
q.server |
Logical; if |
addr, port |
The server address and port, as in |
Exit the remoter client/server.
The shutdown()
function is shorthand for
exit(FALSE, TRUE)
. The kill()
function is shorthand
for running batch()
with script="shutdown()"
.
Returns TRUE
invisibly on successful exit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.