View source: R/utils-sql-string-split.R
sql_left | R Documentation |
Perform an SQL LEFT() type function on a piece of text
sql_left(.text, .num_char)
.text |
A piece of text/string to be manipulated |
.num_char |
How many characters do you want to grab |
You must supply data that you want to manipulate.
Steven P. Sanderson II, MPH
Other Utilities:
opt_bin()
,
save_to_excel()
,
sql_mid()
,
sql_right()
sql_left("text", 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.