seasonder_is_debug_point_enabled {SeaSondeR}R Documentation

Check if a debug point is enabled in SeaSondeR

Description

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")

[Package SeaSondeR version 0.2.8 Index]