require(testthat)
require(fst)
require(arrow)
require(dplyr)
context("bench columns")
# defines several table definitions
source("table_definitions.R")
test_that("column mode", {
x <- synthetic_bench(progress = FALSE)
x %>%
bench_columns("all")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.