R/delete_file_ext.R

Defines functions delete_file_ext

delete_file_ext <- function(x){
  gsub(".[A-Za-z]{1,10}$", "", x)
}

Try the rdwplus package in your browser

Any scripts or data that you put into this service are public.

rdwplus documentation built on April 4, 2025, 1:49 a.m.