pkg_metric_eval | R Documentation |
Evalute code relevant to a metric, capturing the evaluated code as well as any messages, warnings or errors that are thrown in the process.
pkg_metric_eval(expr, ..., class = c(), env = parent.frame())
expr |
An expression to evaluate in order to calculate a
|
... |
additional attributes to bind to the |
class |
a subclass to differentiate the |
env |
An environment in which |
a pkg_metric
object containing the result of expr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.