Nothing
test_that("GET project files is OK!", {
skip_on_cran()
project_id <- "71686204"
resp <- get_project_files(project_id)
expect_s3_class(resp, "rigma_get_project_files")
expect_setequal(names(resp), c("name", "files"))
resp <- get_project_files(project_id, branch_data = "true")
expect_setequal(names(resp), c("name", "files"))
})
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.