txt_remove_ | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.