str_rm_non_printable: Remove and replace non-printable characters from strings.

Description Usage Arguments Value Examples

View source: R/text.table.R

Description

Remove and replace non-printable characters from strings.

Usage

1
str_rm_non_printable(x, replacement = " ")

Arguments

x

A vector or string.

replacement,

A string to replace the numbers with, defaults to " ".

Value

x, with non-printable characters removed/replaced.

Examples

1
str_rm_non_printable(c("test \n\n\n67890 * % $ "))

textTools documentation built on Feb. 5, 2021, 5:07 p.m.