dlt_show: Print rows of the corresponding SparkDataFrame

dlt_showR Documentation

Print rows of the corresponding SparkDataFrame

Description

Convenience method equivalent to

Usage

dlt_show(dt, ...)

## S4 method for signature 'DeltaTable'
dlt_show(dt, ...)

Arguments

dt

DeltaTable

...

Additional arguments passed to SparkR::showDF

Details

dt %>%
 dlt_to_df() %>%
 showDF()

Value

this DeltaTable, invisibly

Note

dlt_show, since 1.0.0


zero323/dlt documentation built on Dec. 1, 2022, 11:25 p.m.