Skip to contents

Test if a path is readable

Usage

is_readable(x)

Arguments

x

<chr> vector of one or more paths

Value

<lgl> vector, with names corresponding to input path.

Examples

is_readable("D:/")
#>   D:/ 
#> FALSE