Skip to contents

Check whether to run a particular high-level data test

Usage

env_should_run_hl_data_test(env_var_id = NULL)

Arguments

env_var_id

The system environment variable that specified whether or not to run the corresponding test.

Value

A boolean: TRUE if either the specified test is configured to run or all high-level data tests are configured to run, otherwise FALSE.

Examples

if (FALSE) { # \dontrun{
env_should_run_hl_data_test()
env_should_run_hl_data_test("DIMEX_RUN_HLDT_1D")
} # }