test_that("parse_month works", {
expect_equal(
parse_month("Mar"),
3L)
expect_equal(
parse_month("Mar-Jun"),
3L:6L
)
expect_equal(
parse_month("3"),
3L)
expect_equal(
parse_month("3-8"),
3L:8L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.