getConfig {Aspell} | R Documentation |
This function provides a way to get the configuration
for a given speller object, of class
AspellSpeller-class
.
This allows us to query the modules, dictionaries,
etc. having created a speller object.
getConfig(speller, class = "AspellConfig")
speller |
an object of class AspellSpeller-class |
class |
the name of the class which will be instantiated with the pointer to the C-level configuration. This allows the caller to specify derived classes. |
An object of class class
that has a reference
to the C-level data structure.
Duncan Temple Lang <duncan@wald.ucdavis.edu>