config_log_make_entry | R Documentation |
config_log()
relies on config_log_entry()
to create a entry.
config_log_entry()
reads in configuration and relies on this method to
prepare and tailor the config object for a given model type.
config_log_make_entry(.mod, config, fields = NULL)
## Default S3 method:
config_log_make_entry(.mod, config, fields = NULL)
## S3 method for class 'bbi_nonmem_model'
config_log_make_entry(.mod, config, fields = NULL)
## S3 method for class 'bbi_nmboot_model'
config_log_make_entry(.mod, config, fields = NULL)
.mod |
A model object. |
config |
The raw configuration read from |
fields |
Requested fields to include in the config. If |
A two element list. The first element is named "config" and contains
the prepared config object. The second is named "fields" and is a character
vector of fields that includes those specified via the fields
parameter
as well as any additional fields that were automatically tacked on.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.