bqAssertUnique: Checks for duplicates found on primary key

View source: R/bigquery-helpers.R

bqAssertUniqueR Documentation

Checks for duplicates found on primary key

Description

Checks for duplicates found on primary key

Usage

bqAssertUnique(table, dataset = bqDefaultDataset(), keys)

Arguments

table

name of the table

dataset

name of the dataset

keys

vector of column names

Value

Throws exception if duplicates are found on primary key


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.