Nothing
context("sjmisc, remove_var")
library(sjmisc)
data(efc)
test_that("remove_var", {
x <- remove_var(efc, 1:3)
expect_equal(ncol(x), 23)
x <- remove_var(efc, c82cop1:c90cop9)
expect_equal(ncol(x), 17)
})
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.