
Evaluate Stata commands and return details of their evaluation
Source:R/evaluation.R
stata_evaluate.Rdstata_evaluate similar to the evaluate::evaluate() function. It returns
an evaluation object that consists of the Stata commands run and the
corresponding output and errors.
Usage
stata_evaluate(
commands,
...,
session = stata_default_session(),
env = parent.frame()
)