test_that("line", {
x <- parse_grid(c("644142", "533946", "523667", "523503", "503033"), "10km")
y <- c(utils::tail(x, -1), x[1])
expect_true(is.list(grid_line(x, y)))
expect_true(is.list(grid_line(list(x, y))))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.