spark_integ_test_skip | R Documentation |
It lets the package know if it should test a particular functionality or not
spark_integ_test_skip(sc, test_name)
sc |
Spark connection |
test_name |
The name of the test |
It expects a boolean to be returned. If TRUE, the corresponding test will be skipped. If FALSE the test will be conducted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.