strcmp | R Documentation |
Logical test if two character elements are identical
strcmp(s1, s2)
s1 |
first character element (string, vector or matrix) |
s2 |
second character element (string, vector or matrix) |
a logical element of the same type as the input
strcmp("yes", "no") strcmp("yes", "yes") strcmp("no", "no")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.