left_equal {do} | 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')