# ==============================================================
# This is an r function for trimming leading and trealing blanks
# ==============================================================
trim <- function( x ) {
gsub("(^[[:space:]]+|[[:space:]]+$)", "", x) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.