File: dictionaries.Rd

package info (click to toggle)
r-cran-rstudioapi 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 892 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dictionaries.R
\name{dictionaries}
\alias{dictionaries}
\alias{dictionariesPath}
\alias{userDictionariesPath}
\title{Interact with RStudio's Dictionaries}
\usage{
dictionariesPath()

userDictionariesPath()
}
\description{
Interact with the \href{https://hunspell.github.io/}{hunspell} dictionaries
used by RStudio for spell checking.
}
\details{
\code{dictionariesPath()} gives a path to the dictionaries installed and
distributed with RStudio.

\code{userDictionariesPath()} gives the path where users can provide their
own custom \code{hunspell} dictionaries. See:

\url{https://support.rstudio.com/hc/en-us/articles/200551916-Spelling-Dictionaries}

for more information.
}
\note{
The \code{dictionariesPath()} and \code{userDictionariesPath()} functions were
introduced with RStudio 1.2.1202.
}