check_and_create_dir: Check and create directory if it doesn't exist

View source: R/utils-checks.R

check_and_create_dirR Documentation

Check and create directory if it doesn't exist

Description

Checks if a directory exists and creates it if it doesn't. Provides informative messages about the process.

Usage

check_and_create_dir(basedir, dir = NULL, verbose = TRUE)

Arguments

basedir

The base directory path

dir

The subdirectory to create (optional)

verbose

Whether to display status messages

Value

No return value; creates directory if needed


eyeris documentation built on July 3, 2025, 9:08 a.m.