Description Usage Arguments Details
This will log the calls to loadNamespace()
to the file whose path is defined by
getOption("liblog.path")
.
1 | use_liblog(verbose = TRUE)
|
verbose |
wether to display a message, better keep default ( |
By default getOption("liblog.path")
is file.path(R.home(), "loadNamespace.log")
.
Change it using options(liblog.path = your_path)
.
We advise you to insert the instruction liblog::use_liblog()
anywhere in your
RProfile. You can open your RProfile with
file.edit(file.path(R.home(), "etc", "RProfile.site"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.