bqCountDuplicates: Counts any duplicate rows in a table when grouped by key(s)

View source: R/bigquery-helpers.R

bqCountDuplicatesR Documentation

Counts any duplicate rows in a table when grouped by key(s)

Description

Counts any duplicate rows in a table when grouped by key(s)

Usage

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

Arguments

table

name of the table

dataset

name of the dataset

keys

vector of column names

Value

Total number of duplicate rows when grouped by keys


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