as.data.frame.tbl_Hive: Pull rows from a Hive table into a local data.frame

Description Usage Arguments Details

View source: R/tbl_Hive.R

Description

as.data.frame.tbl_Hive collects rows from a Hive table and coerces it to a data.frame

Usage

1
2
## S3 method for class 'tbl_Hive'
as.data.frame(x, n = 100, ...)

Arguments

x

A tbl_Hive object

n

Number of rows to collect

Details

The reason this function was created was to fix a problem when printing Hive tables with a large number of columns


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