extract_lower_file_extension {seekr}R Documentation

Extract Lowercase File Extensions

Description

Extracts the file extensions from the provided file paths, normalizes them to lowercase, and returns them as a character vector. The extension includes the leading period (.).

Usage

extract_lower_file_extension(files)

Arguments

files

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

Value

A character vector of lowercase file extensions.


[Package seekr version 0.1.3 Index]