R/clean.jags.model.R

Defines functions clean.jags.model

Documented in clean.jags.model

clean.jags.model <-
function(filename = "model.bug", dir = getwd())
{
    old.dir <- getwd()
    setwd(dir)
    on.exit(setwd(old.dir))
    invisible(file.remove(filename))
}

Try the dclone package in your browser

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

dclone documentation built on May 2, 2019, 6:08 p.m.