split_path: Split a file path into a vector of folder names

View source: R/utils.R

split_pathR Documentation

Split a file path into a vector of folder names

Description

Split a file path into a vector of folder names

Usage

split_path(x)

Arguments

x

A character scalar of file path.

Details

The function is adopted from a discussion on StackOverflow.

Value

A character vector.


markgene/mutils documentation built on March 23, 2022, 1:14 p.m.