split_path: Split path into segments

View source: R/split.R

split_pathR 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"))

urlexplorer documentation built on Aug. 8, 2025, 7:29 p.m.