path_split | R Documentation |
Normalizes a path and splits it on a path separator, typically '/'.
path_split(path, separator = "/")
path |
non-normalized paths. |
separator |
the path separator, typically '/' |
list of normalized and split path parts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.