R/generics.R

Defines functions .writeOut .templatePart

.writeOut <- function(Layer,outputDir){
  UseMethod(".writeOut")
}


.templatePart <- function(x){
  UseMethod(".templatePart")
}

Try the webmaps package in your browser

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

webmaps documentation built on May 2, 2019, 4:52 p.m.