prism <- system.file('testdata/prism_test.RDS', package = 'tidyEOF') %>%
readRDS()
test_that("get_pcs() runs", {
expect_no_error(get_pcs(prism))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.