context('processes')
test_that('processes works',{
proc <- processes()
expect_identical(class(proc),c("tbl_df","tbl","data.frame"))
})
test_that('root process excluded',{
expect_type(processes(root = FALSE),'list')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.