seasonder_enable_debug_points {SeaSondeR}R Documentation

Enable debug points in SeaSondeR

Description

This function adds one or more debug points to the list of enabled debug points.

Usage

seasonder_enable_debug_points(debug_points)

Arguments

debug_points

A character vector of debug point names to enable.

Value

Updated character vector of enabled debug points.

Examples

  seasonder_enable_debug_points("example_debug")

[Package SeaSondeR version 0.2.8 Index]