FixUnderscores: FixUnderscores

Description Usage Arguments Examples

View source: R/MarkdownReportsDev.R

Description

FixUnderscores removes multiple consecutive underscores (e.g. '') from a string, and optionally also removes a final ''.

Usage

1
FixUnderscores(string = "stairway__to_heaven_", trimFinal = TRUE)

Arguments

string

The file path potentially having Double Slash

Examples

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

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