check_na_groupings: Check for missing values in grouping variables

View source: R/helpfunctions.R

check_na_groupingsR Documentation

Check for missing values in grouping variables

Description

Checks if any grouping variable contains missing values (NA or NaN) and throws an error if so. Used within get_groups().

Usage

check_na_groupings(groups)

Arguments

groups

a list of integer "id" variables

Value

NULL; throws an error if missing values are found in any grouping variable


JointAI documentation built on Jan. 30, 2026, 5:07 p.m.