View source: R/along_test_plans.R
along_test_plans | R Documentation |
Evaluate an Expression Across A Set of Future Plans
along_test_plans(
expr,
substitute = TRUE,
envir = parent.frame(),
local = TRUE,
plans = test_plans()
)
expr |
An R expression. |
substitute |
... |
envir |
The environment where tests are run. |
local |
Should tests be evaluated in a local environment or not. |
plans |
A list of future plans. |
A list of results, one for each future plan tested against.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.