Nothing
test_that("Action Find works", {
skip_on_cran()
appsheet(tableName = "Driver", Action = "Find") %>%
expect_s3_class(class = "data.frame")
})
test_that("Action Find works in appsheet database", {
skip_on_cran()
appsheet_alt(tableName = "items", Action = "Find") %>%
expect_s3_class(class = "data.frame")
})
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.