Remove the file extension from a file-name.
library(reader)
rmv.ext(c("temp.cnv","temp.txt","temp.epi"), only.known=FALSE)
temp.cnv temp.txt temp.epi "temp" "temp" "temp"
Remove the file extension from a file-name.
library(reader)
rmv.ext(c("temp.cnv","temp.txt","temp.epi"), only.known=FALSE)
temp.cnv temp.txt temp.epi "temp" "temp" "temp"