hy.unittest | R Documentation |
If testthat
is available, run the unit tests and
display the results.
hy.unittest(standalone = TRUE, reporter = "progress")
standalone |
run the unit test on their own, e.g. from the console ('TRUE') or within testthat tests ('FALSE'), e.g. via 'devtools::test()' |
reporter |
the reporter to use, defaults to [testthat::ProgressReporter] |
Invisibly returns a data frame with the test results
Claudia Beleites
hy.unittest ()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.