JMatrixSetDebug | R Documentation |
Sets debugging in jmatrix package to ON (with TRUE) or OFF (with FALSE).
On package load the default status is OFF.
Setting debugging to ON shows a message. Setting to OFF does not show anything (since debugging is OFF...)
JMatrixSetDebug(deb = TRUE)
deb |
boolean, TRUE to generate debug messages and FALSE to turn them off. Default: true |
No return value, called for side effects (internal boolean flag changed)
JMatrixSetDebug(TRUE)
JMatrixSetDebug(FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.