Nothing
test_that("edl_netrc", {
skip_on_cran()
skip_if_offline()
# test in clean setting
edl_unset_token()
unlink( edl_cookie_path() )
# here we go
edl_netrc()
url <- lpdacc_example_url()
r <- terra::rast(url, vsi=TRUE)
expect_true(inherits(r, "SpatRaster"))
edl_unset_netrc()
})
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.