Nothing
test_that("group_policies", {
expect_error(group_policies())
expect_error(group_policies(5))
expect_error(group_policies("adfasd"))
expect_type(group_policies("admin"), "character")
expect_length(group_policies("admin"), 5)
expect_type(group_policies("users"), "character")
expect_length(group_policies("users"), 5)
})
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.