LoggingFunctions for logging messages to file or console. |
|
---|---|
Log a message at the TRACE level |
|
Log a message at the DEBUG level |
|
Log a message at the INFO level |
|
Log a message at the WARN level |
|
Log a message at the ERROR level |
|
Log a message at the FATAL level |
|
Add the default console logger |
|
Add the default e-mail logger |
|
Add the default error report logger |
|
Add the default file logger |
|
Create a logger |
|
Register a logger |
|
Unregister a logger |
|
Create console appender |
|
Create e-mail appender |
|
Create file appender |
|
Logging layout for e-mail |
|
Logging layout for error report |
|
Logging layout for parallel computing |
|
Simple logging layout |
|
Logging layout with stack trace |
|
Logging layout with timestamp |
|
Get all registered loggers |
|
Remove all registered loggers |
|
Launch the log viewer Shiny app |
|
Parallel processingFunctions for processing R commands in parallel. |
|
Create a cluster of nodes for parallel computation |
|
Require a package in the cluster |
|
Apply a function to a list using the cluster |
|
Stop the cluster |
|
Function automationFunctions for capturing arguments for function calls so these can be executed automatically later on. |
|
Create an argument function |
|
Convert a settings object to a JSON string |
|
Converts a JSON string to a settings object |
|
Save a settings object as JSON file |
|
Load a settings object from a JSON file |
|
Exclude variables from a list of objects of the same type |
|
In a list of object of the same type, find those that match the input |
|
Select variables from a list of objects of the same type |