eval_str {nlmixr2rpt} | R Documentation |
Attempts to evaluate a string as a chunk of R code.
eval_str(estr = "", fit = NULL)
estr |
Object creating when reading in rptyaml file |
fit |
nlmixr2 fit object to be reported |
String containing the evaled as a character or the original string
res = eval_str(estr="ls()")