#' #' @export
#' split_source <- function(source,
#' splitBy = "\n") {
#' return(unlist(strsplit(source, split = splitBy)));
#' }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.