arlc_file_exists_readable: Check if a File Exists and is Readable

View source: R/arlc_utils.R

arlc_file_exists_readableR Documentation

Check if a File Exists and is Readable

Description

This function checks if a file exists and is readable.

Usage

arlc_file_exists_readable(filepath)

Arguments

filepath

The path to the file.

Value

TRUE if the file exists and is readable, FALSE otherwise.

Examples

arlc_file_exists_readable("example.txt")

arlclustering documentation built on Sept. 11, 2024, 8:07 p.m.