ParseDirPath: ParseDirPath

View source: R/Stringendo.R

ParseDirPathR Documentation

ParseDirPath

Description

ParseDirPath pastes elements by slash, then removes Double Slashes '//' from a string and adds a final '/' if missing from a file path.

Usage

ParseDirPath(...)

Arguments

...

The set of strings (character vectors) to be parsed into a file path, and potentially having Double Slashes, potentially missing a trailing slash.

Examples

ParseDirPath(string = "stairway///to/heaven")


vertesy/Stringendo documentation built on Nov. 10, 2024, 4:35 a.m.