asciiString {stringr} |
R Documentation |
replace all non-ASCII character as the given char.
Description
Usage
asciiString(x,
replace = " ",
keepsNewLine = TRUE);
Arguments
x
[as string]
replace
[as string]
Details
Authors
SMRUCC genomics
Value
this function returns data object of type string.
clr value class
Examples
[Package
stringr version 6.0.0.3654
Index]