| is_debug_mode | R Documentation |
Checks whether debug mode is enabled for detailed package messaging. Debug mode can be enabled via environment variable or package option.
is_debug_mode()
Debug mode can be enabled in two ways (checked in order of precedence):
Environment variable: REALESTATEBR_DEBUG=TRUE
Package option: options(realestatebr.debug = TRUE)
When debug mode is enabled, all detailed processing messages are shown, including file-by-file progress, type detection, and intermediate steps. This is useful for development and troubleshooting.
Logical. TRUE if debug mode is enabled, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.