### Prompts are listed to clarify when something is eval'd locally vs remotely
> library(remoter)
> y
### Error: object 'y' not found
> remoter::connect("my.remote.server")
remoteR> x
### Error: object 'x' not found
remoteR> x <- "some data"
remoteR> x
### [1] "some data"
remoteR> s2c(x, "y")
remoteR> q()
> y
### [1] "some data"
Run the code above in your browser using DataLab