rstudio_download_spellcheck_dictionaries()downloads and updates RStudio (system) spellchecking dictionaries.rstudio_delete_spellcheck_dictionaries()deletes RStudio (system) spellchecking dictionaries.
Usage
rstudio_install_spellcheck_dictionaries(secure = TRUE)
rstudio_download_spellcheck_dictionaries(secure = TRUE)
rstudio_delete_spellcheck_dictionaries(ask = TRUE)Examples
if (interactive()) {
rstudio_delete_spellcheck_dictionaries()
rstudio_download_spellcheck_dictionaries()
}