Description Usage Arguments Details Value Author(s) Examples
View source: R/sql_string_split.R
Perform a SQL RIGHT() on a piece of data
1 |
text |
A piece of text or data you want to take a right part of |
num_char |
How many characters of the text you want to take |
Returns a substring of text from the right side
A right sided substring of data
Steven P Sanderson II, MPH
1 | sql_right("This is some text", 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.