FixPath: FixPath

Description Usage Arguments Examples

View source: R/MarkdownReportsDev.R

Description

FixPath removes multiple consecutive slashes (e.g. '//') from a string and adds a final '/' if missing from a file path.

Usage

1
FixPath(string = "stairway//to/heaven")

Arguments

string

The file path potentially having Double Slash

Examples

1
FixPath(string = "stairway//to/heaven")

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.