R/utils-sql-string-split.R
sql_right.Rd
Perform an SQL RIGHT type function
sql_right(.text, .num_char)
A piece of text/string to be manipulated
How many characters do you want to grab
You must supply data that you want to manipulate.
Other Utilities: opt_bin(), save_to_excel(), sql_left(), sql_mid()
opt_bin()
save_to_excel()
sql_left()
sql_mid()
Steven P. Sanderson II, MPH
sql_right("this is some more text", 3) #> [1] "ext"