full_join: Join two Hive tables

Description Usage

Description

join functions in honeycomb are just like those in dplyr as documented in join. The only difference is the default suffix values, which use underscores rather than dots for compatibility with Hive.

Usage

1
2
3
## S3 method for class 'tbl_Hive'
full_join(x, y, by = NULL, copy = FALSE,
  suffix = c("_x", "_y"), ...)

ZurichPA/honeycomb documentation built on Aug. 29, 2020, 6:56 p.m.