Nothing
test_that("case-sensitive variable name clashes", {
expect_error(regexp = "case-insensitive.+`j`.+`J`", {
quick(function(j) {
declare(type(j = integer(1)))
J <- double(length = j)
J
})
})
})
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.