vector.strip.blanks <-
function (x, StripChar = " ", FillChar = " ")
{
for (i in 1:length(x)) {
x[i] <- my.strip.blanks(x[i], StripChar = StripChar,
FillChar = FillChar)
}
x
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.