split_path {urlexplorer} | R Documentation |
Split path into segments
Description
Split path into segments
Usage
split_path(path)
Arguments
path |
A character vector of paths to be split. |
Value
A tibble with one row per path and columns for each segment separated by '/'.
Examples
split_path(c("/path/to/resource"))
[Package urlexplorer version 0.1.0 Index]