txt_remove_ {sentencepiece} | R Documentation |
Remove prefixed underscore unicode character 'LOWER ONE EIGHTH BLOCK' (U+2581)
txt_remove_(x, replacement = "")
x |
a character vector |
replacement |
character string how to replace the underscore. Defaults to the empty string. |
x
where the prefixed underscore is removed
x <- c("\u2581word", "hello", "_regularunderscore")
x
txt_remove_(x)