fixed | R Documentation |
Compare literal bytes in the string
fixed(pattern, ignore_case = FALSE)
pattern |
Pattern to modify behavior. |
ignore_case |
Should case differences be ignored in the match? |
An integer vector.
Adapted from the stringr package.
Dependency-free drop-in alternative for stringr::fixed()
.
This is very fast,
but not usually what you want for non-ASCII character sets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.