dittodb_debug_level {dittodb} | R Documentation |
Get the dittodb debug level and evaluate if it is above a level
Description
Get the dittodb debug level and evaluate if it is above a level
Usage
dittodb_debug_level(level)
Arguments
level |
the level to test against (greater than or equal to) |
Value
logical
Examples
dittodb_debug_level(0)
dittodb_debug_level(2)
[Package dittodb version 0.1.8 Index]