test_that("select", {
expect_identical(select(mcmc_data_example, everything()), mcmc_data_example)
expect_identical(ncol(select(mcmc_data_example)$data), 0L)
expect_identical(nrow(select(mcmc_data_example)$data), 2L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.