powered by
Remove prefixed underscore unicode character 'LOWER ONE EIGHTH BLOCK' (U+2581)
txt_remove_(x, replacement = "")
x where the prefixed underscore is removed
x
a character vector
character string how to replace the underscore. Defaults to the empty string.
x <- c("\u2581word", "hello", "_regularunderscore") x txt_remove_(x)
Run the code above in your browser using DataLab