R/boot.exists.R

Defines functions boot.exists

Documented in boot.exists

#' @rdname TAF-internal
#'
#' @export

## Boot directory exists

boot.exists <- function()
{
  dir.exists("boot") || dir.exists("bootstrap")
}
ices-tools-prod/TAF documentation built on Nov. 15, 2024, 1:01 a.m.