Learn R Programming

mrgsolve (version 1.0.2)

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
# NOT RUN {
mod <- mrgsolve::house()
mod %>% blocks
mod %>% blocks(PARAM,TABLE)

# }

Run the code above in your browser using DataLab