fullfile | R Documentation |
Contructs path to a file from components in platform-independent manner
fullfile(...)
... |
character strings representing path components |
Builds a full filename from the directories and filename specified. This is conceptually equivalent to
paste(dir1, dir2, dir3, filename, sep=filesep)
with care taken to handle cases when directories begin or end with a separator.
Returns character vector of arguments concatenated term-by-term and separated by file separator if all arguments have a positive length; otherwise, an empty character vector.
P. Roebuck proebuck1701@gmail.com
fileparts
,
filesep
fullfile("", "etc", "profile") # /etc/profile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.