Skip to contents

Alternate naming convention for has_fileext()

Usage

has_filetype(string = NULL, filetype = NULL, ignore.case = FALSE)

Arguments

string

String to be tested with or without filetype. Defaults to NULL.

filetype

File type to test against. Optional.

ignore.case

If FALSE, the pattern matching is case sensitive. If TRUE, case is ignored.