Nothing
skip_if_not_installed("mlr3")
test_that("fortify.Task", {
expect_data_table(fortify(mlr3::tsk("iris")), nrows = 150, ncols = 5)
expect_data_table(fortify(mlr3::tsk("boston_housing")))
})
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.