right_equal | R Documentation |
Compare two characters from right Much useful for arguments input. Case is ignored.
right_equal(x1, x2)
x1 |
one character |
x2 |
the other character |
logical
right_equal('k','OK')
right_equal('ok','k')
right_equal('ok','Ok')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.