setTestBlocks | R Documentation |
function used to select which groups of tests you want in occTest workflow
setTestBlocks(geo = TRUE, lu = TRUE, env = TRUE, time = TRUE)
geo |
logical. Should this family of tests be performed? |
lu |
logical. Should this family of tests be performed? |
env |
logical. Should this family of tests be performed? |
time |
logical. Should this family of tests be performed? |
You can turn off an entire type of tests altogether by modifying this seetings. See occTest::showTests for further information on tests used in the packages
list
Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)
defaultSettings_analysis <- setTestBlocks() #now we turn off the block of tests related to land use mySettings_analysis <- setTestBlocks(lu=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.