Description Usage Arguments Details Value Note See Also Examples
Check whether gettext is available on your system; and install for Windows.
1 2 3 | check_for_gettext()
install_gettext(location)
|
location |
A character string specifying a file path where the gettext binaries should be installed. |
install_gettext
provides a Windows-only installer into the specified directory. That directory should be one included in PATH so that the binaries are available.
A logical.
Windows binaries for gettext can also be installed from http://www.stats.ox.ac.uk/pub/Rtools/goodies/gettext-tools.zip or https://github.com/mlocati/gettext-iconv-windows.
1 2 3 4 5 | ## Not run:
install_gettext()
## End(Not run)
check_for_gettext()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.