View source: R/leftSubstringEquals.R
leftSubstringEquals | R Documentation |
TODO: Simply use startsWith
?
leftSubstringEquals(x, y)
x |
String of which the left part is compared with |
y |
String to be compared with the left part of |
leftSubstringEquals("Great job", "Great")
leftSubstringEquals("Great car", "Great")
leftSubstringEquals("Boring job", "Great")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.