#' Convert vector to arguments
#' @param vector vector of arguments
#' @export
prepare_vector <-
function(vector) {
paste(vector, collapse = ",")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.