demo/osmMap.R

### show the PDF document

pdf = system.file("doc/sample.pdf",package="webmaps")

if (.Platform$OS.type == "windows") {
  shell.exec(pdf)
}else{
  system(paste(shQuote(getOption("pdfviewer")), shQuote(pdf)), 
            wait = FALSE)
}

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.