Nothing
zonal_table <- function(inmap, inlu, outtab){
# Set flags
flags <- c("overwrite", "t", "g", "quiet")
# Create Zonal table
execGRASS(
"r.univar",
flags = flags,
parameters = list(
map = inmap,
zones = inlu,
output = outtab,
separator = "comma"
)
)
}
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.