Character vectors

  • R has a global string pool
  • Elements of character vectors point to unique strings in the pool
x <- c("a", "a", "abc", "d")