.PKGOPT | R Documentation |
Functions exported silently to allow for cross-package inheritance
of the expressionset
object. These functions are never
needed in scripts or statistical production code.
.PKGOPT(..., .__defaults = FALSE, .__reset = FALSE)
.ini_expressionset_cli(obj, ..., .prefix = "R")
.ini_expressionset_df(obj, dat, .prefix = "R")
.ini_expressionset_yml(obj, file, .prefix = "R")
.show_expressionset(obj)
.get_exprs(
x,
...,
expand_assignments = FALSE,
expand_groups = TRUE,
vectorize = TRUE,
replace_dollar = TRUE,
replace_in = TRUE,
lin_eq_eps = x$options("lin.eq.eps"),
lin_ineq_eps = x$options("lin.ineq.eps"),
dat = NULL
)
.blocks_expressionset(x)
... |
Comma-separated list of expressions |
.__defaults |
toggle default options |
.__reset |
togle reset options |
obj |
an expressionset object |
.prefix |
Prefix to use in default names. |
dat |
Optionally, a |
file |
a filename |
x |
An expressionset object |
expand_assignments |
Substitute assignments? |
expand_groups |
Expand groups? |
vectorize |
Vectorize if-statements? |
replace_dollar |
Replace dollar with bracket index? |
This function is aimed at developers importing the package and not at direct users of validate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.