View source: R/get-path-from-object.R
get_spec_path | R Documentation |
Get the bootstrap specification path from a bbi_nmboot_model
object or the
simulation specification path from a bbi_nmsim_model
or bbi_nonmem_model
object.
get_spec_path(.mod, .check_exists = TRUE)
## S3 method for class 'bbi_nmboot_model'
get_spec_path(.mod, .check_exists = TRUE)
## S3 method for class 'bbi_base_model'
get_spec_path(.mod, .check_exists = TRUE)
.mod |
a |
.check_exists |
If |
a file path
get_spec_path(bbi_nmboot_model)
: Get the bootstrap specification file path from a
bbi_nmboot_model
object
get_spec_path(bbi_base_model)
: Get the simulation specification file path from a
bbi_nmsim_model
or bbi_nonmem_model
object
this is not the configuration file generated by bbi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.