test_that("column_dictionary works", {
tmp <- tempfile()
dat <- echodata::BST1
data.table::fwrite(dat, tmp)
cdict <- echodata::column_dictionary(path = tmp)
testthat::expect_true(all.equal(names(cdict), colnames(dat)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.