test_that("`path_clean()` works", {
expect_equal(
path_clean("../docs"),
path.expand("../docs"),
ignore_attr = TRUE
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.