unescape_utf {moranajp} | R Documentation |
Wrapper functions for escape and unescape unicode
unescape_utf(x)
escape_utf(x)
x |
A dataframe or character vector |
A dataframe or character vector
data(review_mecab)
review_mecab |>
print() |>
unescape_utf() |>
print() |>
escape_utf()