R/remove_last_label.R

Defines functions remove_last_label

Documented in remove_last_label

remove_last_label <- function(){
#' Title
#'
#' @param x
#'
#' @return
#' @export
#'
#' @examples
  function(x){
    x[length(x)] <- ""
    x
  }
}
SebaStad/ggIBPplot documentation built on Nov. 17, 2020, 9:24 a.m.