View source: R/utils_imports.R
file_ext_without_compression | R Documentation |
Get file extension of files without compressions
file_ext_without_compression(x, compressions = c("gzip", "gz", "bgz", "zip"))
x |
character paths |
compressions |
character vector, default: c("gzip", "gz", "bgz", "zip"). Expand if you have other formats |
character vector of file extensions of paths excluding suffix vector defined in compression.
file_ext_without_compression(c("abc.bam.gz", "def.bam.zip"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.