Skip to contents

Title: File Extension Finder

Usage

file_ext(epath)

Arguments

epath

File path.

Value

A string representing the file extension.

Author

Unknown (Adapted by Tingwei Adeck)

Examples

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