#' Valid strings for assignments/column names
#' @noRd
strings_to_find <- function() {
paste0(
"^((library|require)\\(|",
"[\\w\\._\\$0:9]+",
"(\\s)?(<-|=[^=]))"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.