client(addr = "localhost", port = 55555, prompt = "remoteR")
TRUE
invisibly on successful exit.port
values between the client and server must agree.
If they do not, this can cause the client to hang.The client is a specialized REPL that intercepts commands sent through the R interpreter. These commands are then sent from the client to and evaluated on the server. The client communicates over ZeroMQ with the server using a REQ/REP pattern. Both commands (from client to server) and returns (from server to client) are handled in this way.
To shut down the server and the client, see exit()
.