Nothing
#' @export
mean.sdc_raster <- function(x, ...){
r <- x$value
r$sum/r$count
}
#' @export
sum.sdc_raster <- function(..., na.rm = TRUE){
x <- list(...)[[1]]
x$value$sum
}
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.