test_that("ndr works", {
unlink("workspace", recursive = TRUE)
ndr(ndr_testdata_args(), overwrite = TRUE)
testthat::expect_true(file.exists("workspace/p_surface_export.tif"))
unlink("workspace", recursive = TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.