R/funcs.R
right.Rd
just like excel's right func
right(text, num_char)
stuff to parse
how many characters should be returned
the `num_char` length of chars on the right of the inputed string
DETAILS
if (FALSE) { if(interactive()){ #EXAMPLE1 } }