Nothing
test_that("read_spss_data imports data from SPSS file", {
path_train <- test_path("extdata", "Wages.sav")
train_data <- read_spss_data(file = path_train)
test_data <- haven::read_sav(path_train)
expect_equal(dim(train_data) , dim(test_data))
})
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.