R/utils.R
getExtension.Rd
Extension of a file
GetExtension(fname)
A character() containing the file name.
character()
GetExtension('foo.txt') #> [1] "txt"