Description Usage Arguments Details Value Author(s) Examples
View source: R/sql_string_split.R
Perform a SQL SUBSTRING() or Excel MID() type function on a piece of data
1 |
text |
A piece of text or data you want to take a substring/mid of |
start_num |
Where you want to start your manipulation |
num_char |
How many characters o fthe text you want to take |
Returns a substring of text from the substring/mid point chosen
A substring/mid section of text
Steven P Sanderson II, MPH
1 | 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.