Description Usage Arguments Details Value
A function to remove objects from the client's R session. To
remove objects on the server, just use rm()
. Instead of
using this function, you could also just kill the client, do your
local operations, then re-run your client()
command.
1 |
... |
Objects to be removed from the client's R session. |
list |
Character vector naming objects to be removed (as in |
envir |
Environment (as in |
Remove objects on the client.
Returns TRUE
invisibly on successful exit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.