diagnostics {rhino} | R Documentation |
Print diagnostics
Description
Prints information which can be useful for diagnosing issues with Rhino.
Usage
diagnostics()
Value
None. This function is called for side effects.
Examples
if (interactive()) {
# Print diagnostic information.
diagnostics()
}
[Package rhino version 1.9.0 Index]