Add debugging to a particular function within a Stat
1 2 | enable_caching_in_stat_function(DebugStat, stat_original_name, method,
reset_cache = FALSE, verbose = FALSE, head_n)
|
DebugStat |
the actual Stat |
stat_original_name |
full name of original stat e.g. 'StatIdentity'. Used for debugging output |
method |
the method name within this stat to debug |
reset_cache |
If TRUE then the cache of captured data is reset when this Stat$method() is invoked. Default: FALSE. |
verbose |
Print data information as the methods execute. Default: FALSE |
head_n |
Argument to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.