scrape_opts {mrgsolve} | R Documentation |
Scrape options from a code block
Description
Scrape options from a code block
Usage
scrape_opts(
x,
envir = list(),
def = list(),
all = TRUE,
marker = "=",
allow_multiple = FALSE,
narrow = TRUE
)
Arguments
x |
data |
envir |
environment from |
def |
default values |
all |
return all options, even those that are not in |
marker |
assignment operator; used to locate lines with options |
allow_multiple |
if |
narrow |
logical; if |
Value
list with elements x
(the data without options) and named
options as specified in the block.
[Package mrgsolve version 1.5.2 Index]