tests/testthat/test_packages/custom_translation/R/custom1.R

foo = function(x) {
  stop("A default message")
}

bar = function(x) {
  MyTranslator("you found me!")
  MyDotsTranslator(excluded = "untranslated argument", "a translated", "argument")
}

Try the potools package in your browser

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

potools documentation built on Nov. 2, 2023, 5:20 p.m.