adpt_meta: Adapt meta information inside a nlmixr UIF

View source: R/adpt_meta.r

adpt_metaR Documentation

Adapt meta information inside a nlmixr UIF

Description

regular expressions are used to search for meta data inside a model file. This meta data is then updated with the provided new values

Usage

adpt_meta(mdl, newvals)

Arguments

mdl

character with the name of the model to adapt

newvals

list with characteristics/meta data to adapt

Value

character vector with model including the adapted meta data

Author(s)

Richard Hooijmaijers

Examples


## Not run: 
  adpt_meta("model.r",newvals=list(imp=4,ref="run 1"))

## End(Not run)

shinyMixR documentation built on April 12, 2025, 2:25 a.m.