getFileName: Get file name from complete path

Description Usage Arguments Value Author(s) Examples

Description

Get file name from complete path

Usage

1
getFileName(filePath = NULL)

Arguments

filePath

complete path to a file

Value

file name and its extension

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

1
2
3
4
file <- system.file(
    "extdata", "query.fa", package = "phylosophy", mustWork = TRUE
)
getFileName(file)

trvinh/phylosophy documentation built on Sept. 11, 2020, 6:53 a.m.