rk.local: Evaluate code in a local environment

View source: R/rk.local.R

rk.localR Documentation

Evaluate code in a local environment

Description

Can be used like local, but evaluation is being done in a speacial local environment of the rkwarddev package. This can be neccessary if you want to call functions nested insinde js, because it might not find all objects if they were only defined in a standard local environment.

Usage

rk.local(...)

Arguments

...

The code to be evaluated.

Value

The result of evaluating the object(s).


rkward-community/rkwarddev documentation built on May 9, 2022, 3:02 p.m.