RightmostCharacter | R Documentation |
RightmostCharacter()
is a convenience function that returns the final
character of a string.
RightmostCharacter(string, len = nchar(string))
string |
Character string. |
len |
(Optional) Integer specifying number of characters in |
RightmostCharacter()
returns the rightmost character of a string.
Martin R. Smith (martin.smith@durham.ac.uk)
Other string parsing functions:
EndSentence()
,
MorphoBankDecode()
,
Unquote()
RightmostCharacter("Hello, World!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.