is_dir {mark}R Documentation

Is File/Directory

Description

Is the path a file/directory?

Usage

is_dir(x)

is_file(x)

Arguments

x

A vector of file paths

Details

These are essentially taken from utils::file_test() for op = '-d' and op = -f but separated.

Value

A logical vector


[Package mark version 0.7.0 Index]