pkParameterByName: Returns an instance of a PK-Parameter by name or NULL if the...

View source: R/utilities-pk-parameter.R

pkParameterByNameR Documentation

Returns an instance of a PK-Parameter by name or NULL if the parameter by name is not found

Description

Returns an instance of a PK-Parameter by name or NULL if the parameter by name is not found

Usage

pkParameterByName(name, stopIfNotFound = TRUE)

Arguments

name

Name of PK-Parameter to update

stopIfNotFound

Boolean. If TRUE (default) and no pk parameter exist for the given name, an error is thrown. If FALSE, NULL is returned.

Examples


pkParameter <- pkParameterByName(name = "t_max")

Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.