Learn R Programming

tidyDenovix (version 2.1.0)

file_ext: Title: File Extension Finder

Description

Title: File Extension Finder

Usage

file_ext(epath)

Value

A string representing the file extension.

Arguments

epath

File path.

Author

Unknown (Adapted by Tingwei Adeck)

Examples

Run this code
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
ext = file_ext(fpath)

Run the code above in your browser using DataLab