source
R/get-filename.R
getFileName.Rd
Use getFileName in a file that is source-ed. Based on http://stackoverflow.com/a/1816487/1380598.
getFileName
getFileName(fullname) # S4 method for class 'logical' getFileName(fullname)
Logical (default FALSE) indicating whether the full path should be returned.
FALSE
Character string representing the filename.
Alex Chubaty