has_known_nontext_extension {seekr}R Documentation

Identify Files with Known Non-Text Extensions

Description

Checks whether the provided file paths have extensions typically associated with binary or non-text formats (e.g., images, archives, executables).

Usage

has_known_nontext_extension(files)

Arguments

files

A character vector of files to search (only for seek_in()).

Value

A logical vector indicating whether each file has a known non-text extension.


[Package seekr version 0.1.3 Index]