Dealing with UTF-8 characters

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

To use this package on operating systems that use utf-8 encoding, unescape the characters with stringi::stri_unescape_unicode()

library(michelRodange)

data(renert)

renert$line <- stringi::stri_unescape_unicode(line)
renert$gesank <- stringi::stri_unescape_unicode(gesank)


Try the michelRodange package in your browser

Any scripts or data that you put into this service are public.

michelRodange documentation built on May 2, 2019, 5:08 a.m.