fetchColnames: Fetch column names exists in the data object

View source: R/check.R

fetchColnamesR Documentation

Fetch column names exists in the data object

Description

Fetch column names exists in the data object

Usage

fetchColnames(object, query)

Arguments

object

Any object that has implemented colnames(object).

query

Column names to check.

Value

An update query where only entries existing in colnames(object) are kept. If no any query was found, raise an error.


easy.utils documentation built on April 4, 2025, 6:13 a.m.