Description Usage Arguments Details Value See Also Examples
View source: R/install.koRpus.lang.R
This is a wrapper for install.packages
,
making it more
convenient to install additional language support packages for koRpus.
1 2 3 4 5 | install.koRpus.lang(
lang,
repos = "https://undocumeantit.github.io/repos/l10n/",
...
)
|
lang |
Character vector,
one or more valid language identifiers (like |
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 |
... |
Additional options for |
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.
Does not return any useful objects,
just calls install.packages
.
install.packages
,
available.koRpus.lang
1 2 3 4 5 6 7 | ## Not run:
# install support for German
install.koRpus.lang("de")
# load the package
library("koRpus.lang.de")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.