unescape_utf: Wrapper functions for escape and unescape unicode

View source: R/utils_iconv.R

unescape_utfR Documentation

Wrapper functions for escape and unescape unicode

Description

Wrapper functions for escape and unescape unicode

Usage

unescape_utf(x)

escape_utf(x)

Arguments

x

A dataframe or character vector

Value

A dataframe or character vector

Examples

data(review_mecab)
review_mecab |>
  print() |>
  unescape_utf() |>
  print() |>
  escape_utf()


matutosi/moranajp documentation built on July 31, 2024, midnight