xgettext: xgettext

Description Usage Arguments Value Examples

View source: R/xgettext.R

Description

Extracts all text constants from R program including gettext calls.

Usage

1
xgettext(expr, ...)

Arguments

expr

expression or character: expression or file name to analyse

...

ignored

Value

a two column matrix with text constants

Examples

1
2
xgettext(system.file('shiny', 'app1', 'app.R', package='gettext'))
xgettext(system.file('shiny', 'app2', 'app.R', package='gettext'))

sigbertklinke/gettext documentation built on Feb. 17, 2020, 10:37 a.m.