env_eval: Re-evaluate the code in the ENV block

View source: R/env.R

env_evalR Documentation

Re-evaluate the code in the ENV block

Description

The ⁠$ENV⁠ block is a block of R code that can realize any sort of R object that might be used in running a model.

Usage

env_eval(x, seed = NULL)

Arguments

x

a model object.

seed

passed to set.seed() if a numeric value is supplied.

See Also

env_get(), env_ls()


mrgsolve documentation built on Oct. 18, 2024, 5:12 p.m.

Related to env_eval in mrgsolve...