parseVariableToObject: parseVariableToObject

View source: R/utils.R

parseVariableToObjectR Documentation

parseVariableToObject

Description

Create an expression of type 'objectName$variableName <- variableName'

Usage

parseVariableToObject(objectName, variableName, keepIfNull = FALSE)

Arguments

objectName

Name of the object whose field is updated

variableName

Name of the variable and field of 'objectName'

keepIfNull

logical 'objectName$variableName <- variableName %||% objectName$variableName'

Value

An expression to 'eval()'


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on March 30, 2024, 4:17 p.m.