test_that("my_rf_cv returns a numeric Estimate", {
expect_type(my_rf_cv(5),"double")
})
test_that("inappropriate input throw error", {
expect_error(my_rf_cv("a string"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.