RemoveDoubleSlash: RemoveDoubleSlash

Description Usage Arguments Examples

View source: R/MarkdownReportsDev.R

Description

RemoveDoubleSlash removes multiple consecutive slashes (e.g. '//') from a string (file path). Also works for 2,3 consecutive slashes

Usage

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

Arguments

string

The file path potentially having Double Slash

Examples

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

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