R/get-helpers.R
get_filename_no_ext.Rd
Get the filename without its file extension
get_filename_no_ext(path)
Path to the file.
A character with the filename without a file extension.
get_filename_no_ext("path/to/file name.ext") #> [1] "file name"