library(dplyr, warn.conflicts = FALSE)
temp <-
get_me_breakpoints() %>%
filter(month == '2022-04-01')
test_that("get_me_breakpoints works", {
expect_equal(length(temp$decile), 10)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.