file.path2 | R Documentation |
Works as file.path()
but automatically creates
a directory when missing.
file.path2(..., recursive = TRUE, mode = "0777", fsep = .Platform$file.sep)
... |
Character vectors as in |
recursive |
As in |
mode |
As in |
fsep |
Path separator as in |
Andreas Scharmueller, andschar@proton.me
file.path2(tempdir(), 'test', 'blub')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.