#' A print vector Function
#'
#' This function allows you to print a vector.
#' @param
#' @keywords print vector
#' @export
prtVector <- function(v){
return(cat(paste('\"', (trimws(v)), '\"', sep = ""), sep = "\n, "))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.