in_covr | R Documentation |
covr functions set the environment variable R_COVR
when they are running.
in_covr()
returns TRUE
if this environment variable is set and FALSE
otherwise.
in_covr()
if (require(testthat)) {
testthat::skip_if(in_covr())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.