omnipath_set_loglevel | R Documentation |
Sets the log level for the package logger
Sets the log level for any package
omnipath_set_loglevel(level, target = "logfile")
set_loglevel(level, target = "logfile", pkg = "OmnipathR")
level |
Character or class 'loglevel'. The desired log level. |
target |
Character, either 'logfile' or 'console' |
pkg |
Character: name of the package. |
Returns 'NULL'.
omnipath_set_loglevel(logger::FATAL, target = 'console')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.