Learn R Programming

baizer (version 0.8.0)

split_path: split a path into ancestor paths recursively

Description

split a path into ancestor paths recursively

Usage

split_path(path)

Value

character vectors of ancestor paths

Arguments

path

path to split

Examples

Run this code
split_path("/home/someone/a/test/path.txt")

Run the code above in your browser using DataLab