R/DALYcalculator.R

## Open DALY Calculator main window

DALYcalculator <-
function(){
  ## Check if window is active
  if (is.open("main")){
    DALYfocus("main")
  } else {
    DALYcalculator.startup()
  }
}

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.