skip_reports | R Documentation |
Reporting functions are time-consuming to run; skip_reports()
sets an
option that allows the user to skip these tests. Component functions should
be tested separately.
skip_reports(skip = NULL)
skip |
Should the reporting tests be skipped? If
|
When skip = NULL
, this is used as a skipping function within a test. When
a value is supplied, it sets the SKIP_REPORTS
option that controls
behavior during testing.
Either the previous value of SKIP_REPORTS
(if setting the option)
or a skip
condition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.