Nothing
#' WebAnno TSV v3.3 class creator.
#' @description Crop raster layers to minimum size possible and uniformize NA values across layers.
webanno_creator <- setClass(
"WebAnnoTSV",
slots = c(
text = "list",
content = "list"
)
)
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.