R/DALYmanual.R

## Open DALY Manual PDF

DALYmanual <-
function(){
  pdf <- system.file("doc/DALYmanual.pdf", package = "DALY")

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

Try the DALY package in your browser

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

DALY documentation built on May 2, 2019, 12:19 p.m.