Description Usage Arguments Value Examples
.onLoad getOption package settings
.onLoad getOption package settings
1 2 3 |
libname |
defunct |
pkgname |
defunct |
libpath |
defunct |
invisible()
invisible()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
# See all options
options()
# See the current temporary working folder
getOption("econModel.tryCatchLog.write.error.dump.folder"))
# Of my manually self-pre-created folder . . .
# Re-assign to my permanent(ish) working folder
MyWorkingFolder <- "C:\\Users\\Public\\econModelWork"
MyWorkingFolder <- normalizePath(MyWorkingFolder, winslash = "/")
options(econModel.tryCatchLog.write.error.dump.folder = MyWorkingFolder)
getOption("econModel.tryCatchLog.write.error.dump.folder"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.