| mid | R Documentation |
Extract num_char character of a string, starting from the start_num
character
mid(text, start_num, num_char)
text |
Text to extract from |
start_num |
start of extraction |
num_char |
number of char to extract |
num_char extracted characters starting start_num
mid("dummy_test_2002",7,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.