context("filtr")
test_that("filtr is a wrapper for dplyr::select()",{
x = filtr(data1, 1)
y = dplyr::select(data1, 1)
expect_identical(x,y)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.