Nothing
test_that("lines_to_lsn", {
# MF_streams
expect_equal(dim(edges_lsn), c(163, 11))
expect_true("rid" %in% names(edges_lsn))
expect_equal(edges_lsn$rid[1:2], c(1, 2))
expect_s3_class(edges_lsn, "sf")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.