Nothing
# egt02 functions ----
test_that("egt02_1 functions with default argument value return expected result with test data", {
pre_data <- egt02_pre(syn_data)
raw_res <- egt02_1_main(pre_data)
res <- egt02_post(raw_res)
expect_snapshot(cat(export_as_txt(res, lpp = 100)))
})
test_that("egt02_2 functions with default value return expected result with test data", {
skip_on_os("windows")
pre_data <- egt02_pre(syn_data)
raw_res <- egt02_2_main(pre_data)
res <- egt02_post(raw_res)
expect_snapshot(cat(export_as_txt(res, lpp = 100)))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.