R/02_webanno_creator.R

#' 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"
  )
)

Try the arete package in your browser

Any scripts or data that you put into this service are public.

arete documentation built on Nov. 5, 2025, 6:31 p.m.