check_quantile_levels {hardhat}R Documentation

Check levels of quantiles

Description

Check levels of quantiles

Usage

check_quantile_levels(levels, call = rlang::caller_env())

Arguments

levels

The quantile levels.

call

Call shown in the error messages.

Details

Checks the levels for their data type, range, uniqueness, order and missingness.

Value

Invisible TRUE


[Package hardhat version 1.4.1 Index]