context("Included Tasks")
test_that("air_passengers", {
tsk = mlr_tasks$get("airpassengers")
expect_task(tsk)
expect_subset("univariate", tsk$properties)
})
test_that("petrol", {
tsk = mlr_tasks$get("petrol")
expect_task(tsk)
expect_subset("multivariate", tsk$properties)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.