Learn R Programming

RPresto (version 1.4.8)

validate_column_match: Validate that column names match between table and query

Description

Validate that column names match between table and query

Usage

validate_column_match(table_cols, query_cols)

Value

Invisibly returns TRUE if match, otherwise throws error

Arguments

table_cols

Character vector of table column names

query_cols

Character vector of query column names