lsc: ls on Client

Description Usage Arguments Details Value

View source: R/on_client_utils.r

Description

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.

Usage

1

Arguments

envir

Environment (as in ls()).

all.names

Logical that determines if all names are returned or those beginning with a '.' are omitted (as in ls()).

pattern

Optional regular expression (as in ls()).

Details

View objects on the client.

Value

Returns TRUE invisibly on successful exit.


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