A wrapper for debugging options.
Usage
debug_opt(
opt = c("shallow", "deep", "nrow", "row", "aggregate", "geo"),
val = NULL
)Details
Options available:
"shallow" : Show the executed funcitons in the process flow
"deep" : Show deeper including helper functions in the process flow
"nrow" : For
orgdata.debug.nrow. Default value is 20 ifvalargument is missing"row" : For
orgdata.debug.rows. Default value is 1:50 ifvalargument is missing"aggregate" : Activating
orgdata.debug.aggregate"geo" : Activating
orgdata.debug.geo
