expect_in | R Documentation |
testthat, this function is a modified version of testthat::expect_setequal. This function will check if actual set of the output is included or is present in the expected set.
expect_in(object, expected)
object |
actual output set after running the function |
expected |
expected output set that will include the actual output set. but may or may not entirely match the length and order of actual output set. |
object actual output set
expected expected output set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.