tests/testthat/test-appsheet-action-find.R

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")
})

Try the appsheet package in your browser

Any scripts or data that you put into this service are public.

appsheet documentation built on Sept. 18, 2023, 5:15 p.m.