AnyCharMatch <- function(x, a, opposite = FALSE) {
stopifnot(is.character(x), is.character(a))
.Call("CAnyCharMatch", x, a, opposite, PACKAGE = packageName)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.