Learn R Programming

nlmixr2rpt (version 0.2.2)

eval_str: Evaluate R Code in String

Description

Attempts to evaluate a string as a chunk of R code.

Usage

eval_str(estr = "", fit = NULL)

Value

String containing the evaled as a character or the original string

Arguments

estr

Object creating when reading in rptyaml file

fit

nlmixr2 fit object to be reported

Examples

Run this code
res = eval_str(estr="ls()")

Run the code above in your browser using DataLab