library(testthat)
library(cleaninginspectoR)
test_check("cleaninginspectoR")
test_that("outliers are found in the data", {
expect_equal(find_outliers(data))
expect_equal(str_length(factor("ab")), 2)
expect_equal(str_length(factor("abc")), 3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.