Nothing
context("get_options")
test_that("get_options() yields correct output", {
testthat::skip_on_cran()
expect_output(get_options(alg = "saga:slopeaspectcurvature", intern = FALSE))
expect_is(
get_options(alg = "saga:slopeaspectcurvature", intern = TRUE),
"character"
)
})
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.