adpt_meta | R Documentation |
regular expressions are used to search for meta data inside a model file. This meta data is then updated with the provided new values
adpt_meta(mdl, newvals)
mdl |
character with the name of the model to adapt |
newvals |
list with characteristics/meta data to adapt |
character vector with model including the adapted meta data
Richard Hooijmaijers
## Not run:
adpt_meta("model.r",newvals=list(imp=4,ref="run 1"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.