tests/testthat/test_cloudsearch.R

svc <- paws::cloudsearch()

test_that("describe_domains", {
  expect_error(svc$describe_domains(), NA)
})

test_that("list_domain_names", {
  expect_error(svc$list_domain_names(), NA)
})

Try the paws.analytics package in your browser

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

paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.