left | R Documentation |
This function allows to extract the x first character of a string (Character are counted from the beginning)
left(text, num_char)
text |
Text to extract from |
num_char |
number of char to extract |
num_char
extracted characters from left side
left("dummy_test",5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.