Nothing
test_that("nearZeroVar works", {
### All data needs to be numerice
data("mosquito")
## The input needs to be a dataframe
expect_error(
nearZeroVar(Yotu)
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.