#' Function deletes any symbols from the inserted dataframe
#'
#' @param vector an input vector
#' @return A vector with no ASCI symbols
#'@export
#'
formatDeleteSymbols <- function(vector){
return(gsub("\\(|\\)|\\-", "", vector))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.