Nothing
context("quickdf")
test_that("make_names handles NAs", {
x <- 1:3
names(x) <- c("", "a", NA)
expect_equal(make_names(x), c("X1", "a", NA))
})
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.