Get sylly session settings
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
.
get.sylly.env(..., errorIfUnset = TRUE)
... |
Named parameters to get from the sylly environment. Valid arguments are:
|
errorIfUnset |
Logical, if |
For the most part,
get.sylly.env
is a convenient wrapper for getOption
.
A character string or list, possibly including:
lang |
The specified language |
hyph.cache.file |
The specified hyphenation cache file for |
set.sylly.env(hyph.cache.file=file.path(tempdir(), "cache_file.RData")) get.sylly.env(hyph.cache.file=TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.