Description Usage Arguments Value Author(s)
substrBoth get a sub-string based on the number of characters and the side to start
1 | substrBoth(strng, howManyCharacters, fromEnd = TRUE)
|
strng |
String from which to grab a subset |
howManyCharacters |
numeric. How many characters should be returned in the sub-string? |
fromEnd |
logical. Default is TRUE. Should te subset start in the end of the string? |
character string of the subset.
Tati Micheletti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.