split_path: Split a File Path into Components

Description Usage Arguments Value

Description

This function converts a character scalar containing a valid file path into a character vector of path components (e.g. directories).

Usage

1
split_path(x, depth_first = TRUE)

Arguments

x

character scalar. Path to be processed.

depth_first

logical. Should path be returned depth first? Defaults to TRUE.

Value

Character vector of path components, depth first.


gtools documentation built on May 2, 2019, 4:52 p.m.

Related to split_path in gtools...