Learn R Programming

mrgsolve (version 1.5.1)

blocks: Return the code blocks from a model specification file

Description

Return the code blocks from a model specification file

Usage

blocks(x, ...)

# S4 method for mrgmod blocks(x, ...)

# S4 method for character blocks(x, ...)

Arguments

x

model object or path to model specification file

...

passed along

Examples

Run this code
mod <- mrgsolve::house()
mod %>% blocks
mod %>% blocks(PARAM,TABLE)

Run the code above in your browser using DataLab