Nothing
'create_envi' <- function(x,...) {
.prepare.con(x,implement="ENVI",...)
}
'create_gdal' <- function(x,...) {
requireNamespace("rgdal",quietly=.isPackageInUse())
.prepare.con(x,implement="GDAL",...)
}
#'create_ncdf' <- function(x,...) {
# requireNamespace("ncdf4",quietly=.isPackageInUse())
# .prepare.con(x,implement="NCDF",...)
#}
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.