nonmem_code_to_r: Convert NONMEM code to R ready

View source: R/low-level-ctl-handling-funs.R

nonmem_code_to_rR Documentation

Convert NONMEM code to R ready

Description

Parses NONMEM code and attempts to make it evaluable as R code.

Usage

nonmem_code_to_r(code, eta_to_0 = TRUE)

Arguments

code

Character vector of NONMEM code block.

eta_to_0

Logical (default = TRUE). Should all etas be set to 0.

Value

Character vector of R code.


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.