#' helper function for adding facets to faceted function
#'
#' @param ...
#' @return returns a string of formated values
#' @examples
#'
#'\dontrun{
#'
#' faceter(country="US",taxonkey="212")
#'
#'}
#'
faceter = function(L) {
facets = names(L) %+% "=" %+% unlist(L)
facets = "&" %+% paste(facets,collapse="&")
return(facets)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.