Nothing
test_that("interpret waveforn works", {
skip_on_cran()
LASfile <- system.file("extdata", "fwf.laz", package="rlas")
fwf <- readLAS(LASfile)
expect_error(las <- interpret_waveform(fwf), NA)
expect_equal(npoints(las), 455168)
})
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.