Description Usage Arguments Value Examples
Sets the path for a domain.
1 | bindtextdomain(domain = getOption("gettext.domain"), dir)
|
domain |
character: text domain (default: |
dir |
character: directory for the domain PO files |
a data frame with: lang
, the assigned language, domain
, the assigned domain, iso639
, the identified language, and file
, the filename
1 | bindtextdomain('app2', system.file('shiny', 'app2', package='gettext'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.