Description Usage Arguments Value Author(s) Examples
If set to TRUE, every call to a numdfr specific implementation is traced.
| 1 | setDebugmodeNumDfr(doDebug = TRUE)
 | 
| doDebug | if  | 
returns the previous value (a boolean)
Nick Sabbe
| 1 2 3 4 5 6 | iris.nd<-numdfr(iris)
setDebugmodeNumDfr(FALSE)
length(iris.nd)
setDebugmodeNumDfr(TRUE)
length(iris.nd)
setDebugmodeNumDfr(FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.