R/show_ggplot2.R

Defines functions show_ggplot2

Documented in show_ggplot2

#' Title
#'
#' @param x
#' @param ShowPlot
#'
#' @return
#' @export
show_ggplot2 <- function(x, ShowPlot = TRUE) {
  if (ShowPlot) {
    print(x)
  }
}
JBLecomte/JBUtilities documentation built on March 31, 2021, 7:25 p.m.