Learn R Programming

msgtools (version 0.2.4)

check_for_gettext: gettext availability

Description

Check whether gettext is available on your system; and install for Windows.

Usage

check_for_gettext()
install_gettext(location)

Arguments

location
A character string specifying a file path where the gettext binaries should be installed.

Value

A logical.

Details

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.

See Also

use_localization

Examples

Run this code
## Not run: 
#   install_gettext()
# ## End(Not run)
check_for_gettext()

Run the code above in your browser using DataLab