View source: R/utils-sql-string-split.R
sql_mid | R Documentation |
Perform an SQL SUBSTRING type function
sql_mid(.text, .start_num, .num_char)
.text |
A piece of text/string to be manipulated |
.start_num |
What place to start at |
.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_left()
,
sql_right()
sql_mid("this is some text", 6, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.