pattern matching and replacement
find a pattern in a string
grepl("pattern", string)
find a pattern in a string (non case sensitive)
grepl("pattern", string, ignore.case = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.