gather_hive: Gather columns into key-value pairs

Description Usage Arguments

View source: R/reshaping.R

Description

gather_hive operates on a Hive table, taking multiple columns and gathering them into key-value pairs

Usage

1
2
gather_hive(hive_tbl, key, value, ..., temporary = TRUE,
  name = dplyr:::random_table_name())

Arguments

hive_tbl

A tbl_Hive object

key

Bare unquoted name of the key column to create

value

Bare unquoted name of the value column to create

...

Specification of the columns to gather, using dplyr select syntax

temporary

Whether the resulting table should be a temporary table or not

name

Name of the resulting Hive table


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