"%like%" <-function(x, pattern)
{
pattern <- glob2rx(pattern)
as.character(x) %in% grep(pattern, x, ignore.case=TRUE, value=TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.