#' @export
cs <- function(...) {
exprs <- rlang::exprs(...)
purrr::flatten_chr(purrr::modify_if(exprs, is.name, as.character))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.