Learn R Programming

joinspy (version 0.7.3)

.predict_row_counts: Predict Row Counts for Different Join Types

Description

Estimates the number of rows that will result from different join types.

Usage

.predict_row_counts(x, y, by)

Value

A list with predicted row counts.

Arguments

x

A data frame (left table).

y

A data frame (right table).

by

Column names to join by.