how to connect to Rserve with an R client
问题 I'm not sure if I am doing this right. In tab 1, I open R, then I execute Rserve(port = 6311) inside the R session. I load the variable "name = Hello World" In tab 2, I open R, then I try to connect to Rserve. I do this by: c = RSconnect(host = "localhost", port 6311) I then try to print hello world by: RSeval(c, name) But it does not work. I get: Error in RSeval(c, name) : object 'name' not found What am I doing wrong here? 回答1: I got some information from the author of Rserve. The variable