Nothing
test_that("GET team projects is OK!", {
skip_on_cran()
resp <- get_team_projects("1168610438838663284")
expect_s3_class(resp, "rigma_get_team_projects")
expect_setequal(names(resp), c("name", "projects"))
})
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.