omnipath_set_console_loglevel | R Documentation |
Use this method to change during a session which messages you want to be printed on the console. Before loading the package, you can set it also by the config file, with the omnipathr.console_loglevel key.
omnipath_set_console_loglevel(level)
level |
Character or class 'loglevel'. The desired log level. |
Returns 'NULL'.
omnipath_set_logfile_loglevel
omnipath_set_console_loglevel('warn')
# or:
omnipath_set_console_loglevel(logger::WARN)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.