Nothing
context('Test getRange')
test_that('We get errors for invalid inputs', {
expect_error(getRange())
expect_error(getRange('asdf'))
expect_error(getRange('data'))
expect_error(getRange('data', 'asdf'))
})
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.