lsc {remoter} | R Documentation |
A function to view environments on the client's R session. To
view objects on the server, just use ls()
. Instead of
using this function, you could also just kill the client, do your
local operations, then re-run your client()
command.
lsc(envir, all.names = FALSE, pattern)
envir |
Environment (as in |
all.names |
Logical that determines if all names are returned or those beginning
with a '.' are omitted (as in |
pattern |
Optional regular expression (as in |
View objects on the client.
Returns TRUE
invisibly on successful exit.