right | R Documentation |
This function allow to extract the x last character of a string
(Character are counted from the end)
It could be used to extract the last part of a string
To retrieve extension of a file use fileExt
instead
right(text, num_char)
text |
Text to extract from |
num_char |
Number of char to extract from right |
num_char
extracted characters from right side
right("dummy_example",7)
right("data_completed_2022",4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.