Learn R Programming

jrc (version 0.2.1)

setEnvironment: Set Environment

Description

Defines the environment, where the commands, received from the server, will be evaluated. By default, globalenv() is used.

Usage

setEnvironment(envir)

Arguments

envir

Environment where to evaluate the commands.

Examples

Run this code
# NOT RUN {
setEnvironment(environment())

# }

Run the code above in your browser using DataLab