Description Usage Arguments Value Examples
View source: R/equation2latex.R
This function extracts symbols from an expression and
evaluates them in a manner the user specifies. First, each symbol
is evaluated in the supplied envir
. If it is defined in that environment
and is not bound to a function, extract_values
then applies pred
to
the value. If pred
returns TRUE
, the value is then transformed by
fun
.
1 |
exp |
A quoted expression. |
env |
An environment in which to evaluate values in the expression. Defaults to the caller environment. |
pred |
A predicate function that returns a length-one logical when
applied to evaluated values within the expression. Defaults to |
fun |
An optional function to apply to each evaluated value.
|
... |
Additional arguments to |
A named vector or list of the successfully evaluated values. If none were successfully evaluated, an empty list.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.