Nothing
test_that("SearchQuals", {
skip_if_not(CheckAWSKeys())
expect_type(SearchQuals(verbose = FALSE), "list")
expect_type(SearchQuals(verbose = TRUE), "list")
})
test_that("SearchQuals search query", {
skip_if_not(CheckAWSKeys())
expect_type(SearchQuals(verbose = FALSE,
search.query = 'cats',
results = 1), "list")
})
test_that("SearchQuals two results", {
skip_if_not(CheckAWSKeys())
SearchQuals(verbose = FALSE,
must.be.owner = TRUE,
results = 1,
return.pages = 2) -> result
expect_type(result, "list")
expect_length(result$QualificationTypeId, 2)
})
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.