split_path | R Documentation |
This function converts a character scalar containing a valid file path into a character vector of path components (e.g. directories).
split_path(x, depth_first = TRUE)
x |
character scalar. Path to be processed. |
depth_first |
logical. Should path be returned depth first? Defaults
to |
Character vector of path components, depth first.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.