Nothing
test_that("multiplication works", {
skip_if_not(CheckAWSKeys())
SearchHITs() -> hits
hits$HITs$HITId[hits$HITs$HITStatus == 'Reviewable'][[1]] -> hit
SetHITAsReviewing(hit) -> result1
SetHITAsReviewing(hit, revert = TRUE) -> result2
expect_type(result1, "list")
expect_type(result2, "list")
})
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.