file_path_sans_ext
in tools
. This
version can handle "." just before the file extenstion, unlike the original
implementation.R/utilities.R
file_path_sans_ext.Rd
Re-implementation of file_path_sans_ext
in tools
. This
version can handle "." just before the file extenstion, unlike the original
implementation.
file_path_sans_ext(x, compression = FALSE)
x | Character vector giving file paths. |
---|---|
compression | Logical: should compression extension '.gz', '.bz2' or '.xz' be removed first? |
File path without the file extension.