mid | R Documentation |
just like excel's mid func
mid(text, start_num, num_char)
text |
stuff to parse |
start_num |
PARAM_DESCRIPTION |
num_char |
how many characters should be returned |
DETAILS
the 'num_char' length of chars in the middle of the inputed string
## Not run: if(interactive()){ #EXAMPLE1 mid("ABCDE", 2, 1) } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.