This function evaluates a string as R code, and stops if an error occurs. This can be useful for evaluating code that is generated dynamically.
Usage
evalText(..., envir = parent.frame())
This function evaluates a string as R code, and stops if an error occurs. This can be useful for evaluating code that is generated dynamically.
evalText(..., envir = parent.frame())