View source: R/download.dict.R
download.dict | R Documentation |
Downloads the specified dictionaries from osf.io/y6g5b.
download.dict(dict = "lusi", check.md5 = TRUE, mode = "wb",
dir = getOption("lingmatch.dict.dir"), overwrite = FALSE)
dict |
One or more names of dictionaries to download, or |
check.md5 |
Logical; if |
mode |
A character specifying the file write mode; default is 'wb'. See
|
dir |
Directory in which to save the dictionary; |
overwrite |
Logical; if |
Path to the downloaded dictionary, or a list of such if multiple were downloaded.
Other Dictionary functions:
dictionary_meta()
,
lma_patcat()
,
lma_termcat()
,
read.dic()
,
report_term_matches()
,
select.dict()
## Not run:
download.dict("lusi", dir = "~/Dictionaries")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.