R/DALYoptions.R

## Open 'options' window

DALYoptions <-
function(){
  ## Check if window is active
  if (is.open("opt.win")){
    DALYfocus("opt.win")
  } else {
    DALYoptions.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.