Description Usage Arguments Details Value Examples
This function allows you to pass an object from the local R session (the client) to server.
1 | c2s(object, newname, env = .GlobalEnv)
|
object |
A local R object. |
newname |
The name the object should take when it is stored on the remote server. If left blank, the remote name will be the same as the original (local) object's name. |
env |
The environment into which the assignment will take place. The default is the remoter "working environment". |
Localize R objects.
Returns TRUE
invisibly on successful exit.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.