test_that("colrow2dirpos() converts col and row to direction and pos", {
expect_equal(colrow2dirpos(col = 3, row = NULL),
list(direction = "v", pos = 3))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.