View source: R/tD_subordinates.R
file_ext | R Documentation |
Title: File Extension Finder
file_ext(epath)
epath |
File path. |
A string representing the file extension.
Unknown (Adapted by Tingwei Adeck)
fpath <- system.file("extdata", "rnaspec2018.csv", package = "tidyDenovix", mustWork = TRUE)
ext = file_ext(fpath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.