remove_last_label <- function(){
#' Title
#'
#' @param x
#'
#' @return
#' @export
#'
#' @examples
function(x){
x[length(x)] <- ""
x
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.