check_column: Check if column exists in data frame

View source: R/utils-checks.R

check_columnR Documentation

Check if column exists in data frame

Description

Validates that a specified column exists in a data frame.

Usage

check_column(df, col_name)

Arguments

df

The data frame to check

col_name

The column name to look for

Value

No return value; throws error if column doesn't exist


eyeris documentation built on June 19, 2026, 9:08 a.m.