nmObjUiSetCompressed: Set if the nlmixr2 object will return a compressed ui

View source: R/nmObjGet.R

nmObjUiSetCompressedR Documentation

Set if the nlmixr2 object will return a compressed ui

Description

Set if the nlmixr2 object will return a compressed ui

Usage

nmObjUiSetCompressed(type)

Arguments

type

is a boolean indicating if the compressed ui will be returned ('TRUE') or not be returned ('FALSE')

Value

invisible logical type

Author(s)

Matthew L. Fidler

Examples


nmObjUiSetCompressed(FALSE) # now the $ui will return an environment
nmObjUiSetCompressed(TRUE) # now the $ui will return a compressed value


nlmixr2est documentation built on Oct. 8, 2023, 9:06 a.m.