rm.ext
From spatialEco v1.3-2
by Jeffrey S Evans
Remove extension
Removes file extension (and path) from string
Usage
rm.ext(x)
Arguments
- x
A character vector representing a file with extension
Value
The file name with extension and file path stripped off
Examples
# NOT RUN {
rm.ext("C:/path/file.txt")
# }
Community examples
Looks like there are no examples yet.