get_name | R Documentation |
Extracts the name of a bi model (first line of the .bi file).
## S3 method for class 'bi_model'
get_name(x, ...)
x |
a |
... |
ignored |
a character string, the name of the model
bi_model
model_file_name <- system.file(package = "rbi", "PZ.bi")
PZ <- bi_model(filename = model_file_name)
get_name(PZ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.