check_directory: Run basic checks on directory

View source: R/file_helper.R

check_directoryR Documentation

Run basic checks on directory

Description

Checks that path is a directory, that the directory exists, the directory can be read and that the directory is not empty.

Usage

check_directory(directory = NULL, ignore_empty = FALSE)

Arguments

directory

the path of the directory which is being checked.

ignore_empty

whether to skip check for empty directory

Value

Boolean


cancerit/RCRISPR documentation built on April 26, 2023, 10:12 p.m.