check_column: Check if column exists in dataframe

View source: R/utils-checks.R

check_columnR Documentation

Check if column exists in dataframe

Description

Validates that a specified column exists in a dataframe.

Usage

check_column(df, col_name)

Arguments

df

The dataframe 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 Aug. 8, 2025, 7:51 p.m.