Nothing
testthat::test_that("Execute Cohort Pathways", {
testthat::expect_error(CohortPathways:::createIfNotExist(type = "file"))
testthat::expect_error(CohortPathways:::createIfNotExist(type = "file", name = NULL))
testthat::expect_no_error(CohortPathways:::createIfNotExist(type = "folder", name = file.path(
tempdir(),
tempfile()
)))
})
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.