View source: R/tar_nlmixr_multimodel.R
tar_nlmixr_multimodel_has_self_reference | R Documentation |
Does the model list refer to another model in the model list?
tar_nlmixr_multimodel_has_self_reference(model_list, name)
tar_nlmixr_multimodel_has_self_reference_single(model, name)
model_list |
A named list of calls for model targets to be created |
name |
Symbol, name of the target.
In A target name must be a valid name for a symbol in R, and it
must not start with a dot. Subsequent targets
can refer to this name symbolically to induce a dependency relationship:
e.g. |
model |
A single model call for the model target to be created |
A logical vector the same length as model_list
indicating if the
model is self-referential to another model in the list
tar_nlmixr_multimodel_has_self_reference_single()
: A helper function to
look at each call for each model separately
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.