Nothing
context("names")
test_that("auto_name does not truncate symbols (#19)", {
long_name <- quote(AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
dots <- as.lazy_dots(long_name)
expect_equal(auto_names(dots), as.character(long_name))
})
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.