getFilename {utilitiesR}R Documentation

get the file name of input path(s) not including the extension.

Description

get the file name of input path(s) not including the extension.

Usage

  getFilename(fPath)

Arguments

fPath

the path(s) to get the file name of

Value

The part of the file path from the last occuring '/', not including the extension.

See Also

Other file: createFilename, getExtension, getUniqueFilename, makeIfNotExists


[Package utilitiesR version 1.8.2 Index]