validate_directory: Validate directory access

View source: R/directory_management.R

validate_directoryR Documentation

Validate directory access

Description

Checks if a directory exists and is accessible for reading and writing. This function performs comprehensive checks to ensure the directory can be used for file operations.

Usage

validate_directory(dir_path)

Arguments

dir_path

Character string containing the directory path to validate

Value

Logical indicating whether the directory is valid and accessible


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.