spelling | R Documentation |
A class with the configuration for spell checking
default
The default language of the project.
get_md
The markdown files within the project.
get_r
The R files within the project.
get_rd
The Rd files within the project.
settings
A list with current spell checking settings.
new()
Initialize a new spelling
object.
spelling$new(language, base_path = ".")
language
the default language.
base_path
the base path of the project
print()
Print the spelling
object.
spelling$print(...)
...
currently ignored.
set_default()
Define which files to ignore or to spell check in a different language.
spelling$set_default(language)
language
The language.
set_exceptions()
Define which files to ignore or to spell check in a different language.
spelling$set_exceptions()
set_ignore()
Manually set the ignore vector. Only use this if you known what you are doing.
spelling$set_ignore(ignore)
ignore
The character vector with ignore file patterns.
set_other()
Manually set the other list. Only use this if you known what you are doing.
spelling$set_other(other)
other
a list with file patterns per additional language.
clone()
The objects of this class are cloneable with this method.
spelling$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other class:
checklist
,
citation_meta
,
organisation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.