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