R/gettext.R

# This function is a convenience wrapper to .gettext() which
# passes the domain name and avoid repeating it in the code
.gettext <- function(msg) {
    gettext(msg, domain="R-RcmdrPlugin.temis")
}

.ngettext <- function(n, msg1, msg2) {
    ngettext(n, msg1, msg2, domain="R-RcmdrPlugin.temis")
}

Try the RcmdrPlugin.temis package in your browser

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

RcmdrPlugin.temis documentation built on May 2, 2019, 5:21 p.m.