#' Strip line returns from text
#'
#' Strip line returns from text
#'
#' @param x text to strip out escapes etc
#' @export
text_sanitiser <- function(x) gsub("(\r)|(\n)|(\t)","",x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.