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