right {easyr} | R Documentation |
right
Description
Behaves like Excel's LEFT, RIGHT, and MID functions Author: Dave. Tech review: Bryce Chamberlain.
Usage
right(string, char)
Arguments
string |
String to process. |
char |
Number of characters. |
Examples
right( "leftmidright",5 )
[Package easyr version 0.5-11 Index]