powered by
Extracts the name of a bi model (first line of the .bi file).
# S3 method for bi_model get_name(x, ...)
a bi_model object
bi_model
ignored
the name of the model
# NOT RUN { model_file_name <- system.file(package="rbi", "PZ.bi") PZ <- bi_model(filename = model_file_name) get_name(PZ) # }
Run the code above in your browser using DataLab