eval_str | 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()")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.