get.sylly.env {sylly} | R Documentation |
Get sylly session settings
Description
The function get.sylly.env
returns information on your session environment regarding the sylly package,
e.g.
whether a cache file should be used,
if it was set before using set.sylly.env
.
Usage
get.sylly.env(..., errorIfUnset = TRUE)
Arguments
... |
Named parameters to get from the sylly environment. Valid arguments are:
|
errorIfUnset |
Logical, if |
Details
For the most part,
get.sylly.env
is a convenient wrapper for getOption
.
Value
A character string or list, possibly including:
lang |
The specified language |
hyph.cache.file |
The specified hyphenation cache file for |
See Also
Examples
set.sylly.env(hyph.cache.file=file.path(tempdir(), "cache_file.RData"))
get.sylly.env(hyph.cache.file=TRUE)