Skip to contents

This function validates that files in a vector of filenames or filepaths are readable files and returns TRUE or FALSE for each one.

Usage

is_readable_file(filepaths)

Arguments

filepaths

A character vector

Value

A logical vector the same length as filepaths.