Nothing
test_that("str_rm_whitespace_df() function", {
clean_data <- read.csv(test_path("richest_in_nigeria_clean.csv"), check.names = FALSE)
expect_equal(str_rm_whitespace_df(richest_in_nigeria), clean_data, ignore_attr = TRUE)
})
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.