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")
}

Try the TAF package in your browser

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

TAF documentation built on March 31, 2023, 6:51 p.m.