Learn R Programming

remoter (version 0.2-0)

exit: exit

Description

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.

Usage

exit(client.only = TRUE)

Arguments

client.only
Logical; if TRUE, then the client disconnects from the server. Otherwise, the server is shut down together with the client.

Value

  • Returns TRUE invisibly on successful exit.

Details

Exit the remoter client/server.