test_that("utils: time_decompose `merge = TRUE` works", {
merged_decomposition <- tidyverse_cran_downloads %>%
time_decompose(count, merge = TRUE)
expect_equal(ncol(merged_decomposition), 7)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.