fileparts | R Documentation |
Get the various parts of a file with path string.
fileparts(filename.with.path)
filename.with.path |
A string of a filename with a path |
A list with the following components:
pathname |
The path name |
filename |
The file name |
fileext |
The file extension |
This is a modified version of the same function in the matlab R-package.
Other MATLAB:
cell()
,
diag_matlab()
,
feval()
,
isempty()
,
ones()
,
rand()
,
randn()
,
size()
,
tic()
,
toc()
,
zeros()
fileparts("ggg/ttt/lll.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.