sendRshare: Send an R object to Rshare server

Description Usage Arguments Value See Also

View source: R/server.R

Description

This function is to be used by Rshare clients to send an object to the server. The user has the option to block for a response with a corresponding timeout.

Usage

1
2
  sendRshare(obj, port = 7777, block = FALSE,
    timeout = 10L)

Arguments

obj

the R object to be sent. May be of any type.

port

the Rshare port number.

block

logical; whether to block for a response.

timeout

number of seconds to wait for a response if block = TRUE.

Value

invisibly returns TRUE for successful non-blocking sends, otherwise returns the response received for blocking sends.

See Also

sendRObj


Rshare documentation built on May 2, 2019, 5:23 p.m.

Related to sendRshare in Rshare...