getConfig: Retrieve the configuration for the given speller

Description Usage Arguments Value Author(s) References See Also

View source: R/aspell.R

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

1
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


omegahat/Aspell documentation built on May 24, 2019, 1:50 p.m.