### . getExtension ----
xtn0 = Map(
MODIS:::getExtension
, c("GTiff", "HDF4Image", "ENVI", "raw binary")
)
expect_true(
all(
unlist(xtn0) == c(".tif", ".hdf", "", ".hdr")
)
, info = "important format extensions are correct"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.