is_equal_str | R Documentation |
Compares two strings using natural letter ordering.
is_equal_str(a, b)
a |
the string a. |
b |
the string b. |
is_equal_str("aaa", "bbb") is_equal_str("ccc", "ccc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.