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.
rmc(..., list = character(), envir)Objects to be removed from the client's R session.
Character vector naming objects to be removed (as in rm()).
Environment (as in rm()).
Returns TRUE invisibly on successful exit.
Remove objects on the client.