koRpus (version 0.13-8)

install.koRpus.lang: Install language support packages

Description

This is a wrapper for install.packages, making it more convenient to install additional language support packages for koRpus.

Usage

install.koRpus.lang(
  lang,
  repos = "https://undocumeantit.github.io/repos/l10n/",
  ...
)

Arguments

lang

Character vector, one or more valid language identifiers (like en for English or de for German).

repos

The URL to additional repositories to query. You should probably leave this to the default, but if you would like to use a third party repository, you're free to do so. The value is temporarily appended to the repos currently returned by getOption("repos").

...

Additional options for install.packages.

Value

Does not return any useful objects, just calls install.packages.

Details

For a list of currently available language packages see available.koRpus.lang. See set.lang.support for more details on koRpus' language support in general.

See Also

install.packages, available.koRpus.lang

Examples

Run this code
# NOT RUN {
# install support for German
install.koRpus.lang("de")
# load the package
library("koRpus.lang.de")
# }

Run the code above in your browser using DataLab