## early exit: download method invalid
expect_error(
MODISoptions(
dlmethod = "lynx"
)
, pattern = "dlmethod %in% .* is not TRUE"
)
## early exit: download server(s) invalid
expect_error(
MODISoptions(
MODISserverOrder = "NSDIC"
, check_earthdata_login = FALSE
)
, pattern = "Provide valid 'MODISserverOrder'"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.