extract_file_extension: Extracts the extension of a file name

View source: R/helpers_misc.R

extract_file_extensionR Documentation

Extracts the extension of a file name

Description

Extracts the extension of a file name

Usage

extract_file_extension(file.name)

Arguments

file.name

Character string of a file name. Must only include one ".", which is used as the seprator.

Details

Extracts the file exension from a character string using //. as the separator.


Centre-for-Marine-Applied-Research/strings documentation built on Aug. 21, 2023, 8 a.m.