Nothing
test_that("GrantQualification", {
skip_if_not(CheckAWSKeys())
skip_if(nrow(try(GetQualificationRequests(), TRUE)) == 0)
GetQualificationRequests() -> requests
GrantQualification(requests$QualificationRequestId[[1]], 1) -> result
expect_type(result, "list")
RevokeQualification(requests$QualificationTypeId[[1]], workers = requests$WorkerId[[1]])
})
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.