#' Function vecDistance
#'
#' @export
vecDistance <- function (a, b)
sqrt(sum(sapply(1:length(a), function(i) (a[i] - b[i])^2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.