has_known_text_extension {seekr} | R Documentation |
Identify Files with Known Text Extensions
Description
Checks whether the provided file paths have extensions commonly associated with text-based formats (e.g., scripts, markdown, configuration files).
Usage
has_known_text_extension(files)
Arguments
files |
A character vector of files to search (only for |
Value
A logical vector indicating whether each file has a known text extension.
[Package seekr version 0.1.3 Index]