Learn R Programming

riemtan (version 0.2.5)

validate_metric: Validate Metric

Description

Validates that the metric is not NULL.

Usage

validate_metric(metric)

Value

None. Throws an error if the metric is NULL.

Arguments

metric

The metric to validate.