cleanString: Cleans a string of illegal characters

Description Usage Arguments Value Author(s)

View source: R/cleanString.R

Description

An internal function that converts any characters in a string that can not be in a windows file name to an underscore ("_").

Usage

1
cleanString(String)

Arguments

String

A character string.

Value

String

A character string where all of the illegal characters are converted to "_".

Author(s)

Joe Swintek


StatCharrms documentation built on Nov. 14, 2020, 5:09 p.m.