dittodb (version 0.1.3)

dittodb_debug_level: 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

Run this code
# NOT RUN {
dittodb_debug_level(0)
dittodb_debug_level(2)
# }

Run the code above in your browser using DataCamp Workspace