substr_r function

Substring from right

Substring from right

substr_r(x, n)

Arguments

  • x: A character object
  • n: The number of characters from the right to extract

References

http://stackoverflow.com/questions/7963898/extracting-the-last-n-characters-from-a-string-in-r

  • Maintainer: Kelli F. Johnson
  • License: MIT + file LICENSE
  • Last published: 2019-11-08