tests/testthat/test-lines_to_lsn.R

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")
})

Try the SSNbler package in your browser

Any scripts or data that you put into this service are public.

SSNbler documentation built on Nov. 5, 2025, 7:38 p.m.