Description Usage Arguments Value Author(s) Examples
Get file name from complete path
1 | getFileName(filePath = NULL)
|
filePath |
complete path to a file |
file name and its extension
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 | file <- system.file(
"extdata", "query.fa", package = "phylosophy", mustWork = TRUE
)
getFileName(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.