Skip to contents

This function checks whether the provided debug point is enabled.

Usage

seasonder_is_debug_point_enabled(debug_point)

Arguments

debug_point

A character string specifying the debug point.

Value

TRUE if the debug point is enabled, FALSE otherwise.

Examples

  seasonder_is_debug_point_enabled("example_debug")
#> [1] TRUE