path_split: Normalizes a path and splits it on a path separator,...

View source: R/all-helpers.R

path_splitR Documentation

Normalizes a path and splits it on a path separator, typically '/'.

Description

Normalizes a path and splits it on a path separator, typically '/'.

Usage

path_split(path, separator = "/")

Arguments

path

non-normalized paths.

separator

the path separator, typically '/'

Value

list of normalized and split path parts.


sakrejda/stannis documentation built on June 25, 2022, 3:19 a.m.