## Not run:
# library(pbdRPC, quietly = TRUE)
# rpcopt_set(user = "snoweye", hostname = "192.168.56.101")
#
# ### see start_rr(), check_rr(), and kill_rr() for more examples.
# rpc()
# rpc("ls")
# rpc("ls ~/work-my")
# rpc("cat ~/work-my/00_set_devel_R")
#
# ### see ssh(), plink(), and run_args() for lower level examples.
#
# ### Local port forwarding
# rpc(args = "-N -T -L 55555:localhost:55555")
# start_rr()
#
# library(remoter)
# client() # equivalent to client(addr = "192.168.56.101")
# ## End(Not run)
Run the code above in your browser using DataLab