Nothing
context("is_range()")
test_that("is_range() correctly identifies ranges", {
expect_equal(is_range("A1"), TRUE)
expect_equal(is_range("Sheet1!A1"), TRUE)
expect_equal(is_range("[0]Sheet1!A1"), TRUE)
expect_equal(is_range("A1,A2"), TRUE)
expect_equal(is_range("A:A 3:3"), TRUE)
expect_equal(is_range("MAX(A1,2)"), FALSE)
})
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.