getConfig {Aspell}R Documentation

Retrieve the configuration for the given speller

Description

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.

Usage

getConfig(speller, class = "AspellConfig")

Arguments

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.

Value

An object of class class that has a reference to the C-level data structure.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://aspell.sourceforge.net

See Also

createSpellConfig

Examples






[Package Aspell version 0.2-0 Index]