Description Usage Arguments Examples
Split Full Paths at Slashes into Parts
1 | split_paths(paths, dbg = TRUE, use_fs = FALSE)
|
paths |
vector of character representing full file paths |
dbg |
if |
use_fs |
whether or not to simply use |
1 2 | segments <- split_paths(c("path/to/file-1", "path/to/file-2"))
segments
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.