| DictInfo-class | R Documentation |
This is a class for representing the details of a particular dictionary for the aspell library.
Objects can be created by calls of the form new("DictInfo", ...).
These are typically not used directly, but are generated
via a call to getDictInfo.
name:Object of class "character". The
human-readable short-hand name of the dictionary.
code:Object of class "character".
This is the name that is used to specify the dictionary
for the configuration options for a speller, i.e. the value for the "lang" option.
jargon:Object of class "character".
Typically the suffix for the name, i.e. the bit that
differs from the code.
size:Object of class "integer". ?XXX
moduleName:Object of class "character". The
module with which the dictionary is associated.
No methods defined with class "DictInfo" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://aspell.sourceforge.net http://www.omegahat.org
getDictInfo.
d = getDictInfo()
d[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.