normalizeFileName {file} R Documentation

removes all of the invalid character for the windows file name

Description

Usage

normalizeFileName(strings,
    alphabetOnly = TRUE,
    replacement = "_",
    shrink = TRUE,
    maxchars = 32);

Arguments

strings

-

alphabetOnly

[as boolean]

replacement

all of the invalid character for the windows file name will be replaced as this placeholder character. [as string]

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type string.

clr value class

Examples


[Package file version 2.33.856.6961 Index]