evaluate {utilitiesR}R Documentation

evaluate string as an R expression

Description

evaluate string as an R expression

Usage

  evaluate(x, envir = parent.frame())

Arguments

x

string with command to be evaluated

envir

the environment to evaluate 'x'. By default, 'parent.frame()'.

Value

result of evaluating x as if it were an R expression

See Also

parent.frame

eval

Other demo: DWE, evaluateSplit, PEv, wait

Other evalParse: evaluateSplit


[Package utilitiesR version 2.0 Index]