dot-column_exists: Check if Column Exists

.column_existsR Documentation

Check if Column Exists

Description

Verifies if a specified column exists in the data frame

Usage

.column_exists(data, column_name)

Arguments

data

data.frame. A data frame to check

column_name

character. The name of the column to look for

Value

logical. TRUE if the column exists, FALSE otherwise

Author(s)

Facundo Decunta - fdecunta@agro.uba.ar


daniel1noble/orchaRd documentation built on April 17, 2025, 3:59 a.m.