Description Usage Arguments Value
View source: R/debuggerFunctions.R
Returns list of contents of DataObj. For debugging with testthat. These are to test for programmer, rather than user, error.
1 | debugModel(user_ModelObj, user_DataObj, extraObj = c(), printAll = F)
|
user_ModelObj |
ModelObj from DataObj. |
user_DataObj |
DataObj used to create ModelObj & ResObj. |
extraObj |
If you wanna throw in an extra object, go ahead. |
printAll |
Boolean; whether to print all object items; else prints named subset. |
List of first 10 arg indices, with $flag argument for unusual entries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.