# NOT RUN {
set.sylly.env(hyph.cache.file=file.path(tempdir(), "cache_file.RData"))
get.sylly.env(hyph.cache.file=TRUE)
# }
# NOT RUN {
# example for setting permanent default values in an .Rprofile file
options(
sylly=list(
hyph.cache.file=file.path(tempdir(), "cache_file.RData"),
lang="de"
)
)
# be aware that setting a permamnent default language without loading
# the respective language support package might trigger errors
# }
Run the code above in your browser using DataLab