R/dir.exists.R

dir.exists <- function(path){
  system(paste("test -d", path), intern=FALSE) == 0 ; ## 0 for exists!
}

Try the logcondens.mode package in your browser

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

logcondens.mode documentation built on May 2, 2019, 8:26 a.m.