Nothing
test_that("fill_missing_values() fill missingness in data frame columns", {
path_test_mean <- test_path("extdata", "airquality_mean.csv")
train_data_mean <- fill_missing_values(tibble(airquality))
test_data_mean <- readr::read_csv(path_test_mean, show_col_types = FALSE)
expect_equal(train_data_mean, test_data_mean)
})
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.