rmc: rmc

Description Usage Arguments Details Value

View source: R/on_client_utils.r

Description

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.

Usage

1
rmc(..., list = character(), envir)

Arguments

...

Objects to be removed from the client's R session.

list

Character vector naming objects to be removed (as in rm()).

envir

Environment (as in rm()).

Details

Remove objects on the client.

Value

Returns TRUE invisibly on successful exit.


RBigData/remoter documentation built on Nov. 16, 2021, 4:36 a.m.