R/util-gettextKmg2.r

Defines functions gettextKmg2

Documented in gettextKmg2

#' A \code{gettextRcmdr} Wrapper Function
#'
#' This function is a \code{gettextRcmdr} wrapper function for this package.
#'
#' @param ... arguments passed to gettext function
#' @seealso \code{\link[Rcmdr:Rcmdr.Utilities]{Rcmdr.Utilities}}
#'
#' @rdname util-gettextKmg2
#' @keywords documentation
#' @export
gettextKmg2 <- function(...) {

  gettext(..., domain = "R-RcmdrPlugin.KMggplot2")

}

Try the RcmdrPlugin.KMggplot2 package in your browser

Any scripts or data that you put into this service are public.

RcmdrPlugin.KMggplot2 documentation built on Sept. 17, 2019, 9:03 a.m.