Description Usage Arguments See Also
Test for non-empty thing of expected type
1 | expect_neet(thing_to_test, expected_class)
|
thing_to_test |
An object to test, such as a numeric, character, list, etc. |
expected_class |
Expected output of A neet test tests for non-empty thing of expected type. This is what is referred to as a boundary condition test in RStudio's primers (todo: citation). These expectations are intended to integrate into minimal testing workflow for development of data analyses. When developing a function, we will change parameters, and structure of the pipeline. These tests enable the developer to feel reassured the pipeline's functions are outputting non-empty thing of expected type, while the developer decides on the best structure for an analysis pipeline. A A A An A 'list“ is checked for being of length > 1. A A
|
Other neet Test for non-empty thing of expected type.:
assert_neet()
,
test_neet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.