nmObjUiSetCompressed | R Documentation |
Set if the nlmixr2 object will return a compressed ui
nmObjUiSetCompressed(type)
type |
is a boolean indicating if the compressed ui will be returned ('TRUE') or not be returned ('FALSE') |
invisible logical type
Matthew L. Fidler
nmObjUiSetCompressed(FALSE) # now the $ui will return an environment
nmObjUiSetCompressed(TRUE) # now the $ui will return a compressed value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.