Other special characters

  • \n = newline
  • \t = tab
  • \u or \U = unicode escapes (other special characters)
str_view(c("one\ntwo", "one\ttwo", "\u00b5", "\U0001f604"))
## [1] │ one
##     │ two
## [2] │ one{\t}two
## [3] │ µ
## [4] │ 😄