R/tools.R

Defines functions .ngettext .gettext

.gettext <- function(msg) gettext(msg, domain="R-R.temis")

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

Try the R.temis package in your browser

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

R.temis documentation built on May 13, 2021, 1:08 a.m.