perform either left, mid or right substring sql like manipulations

right(text, num_char)

Arguments

text

A piece of text/string to be manipulated

num_char

How many characters do you want to grab

Details

  • You must supply data that you want to manipulate and substrig.

Examples

right("this is some more text", 3)
#> [1] "ext"