Skip to contents

Get SparkDataFrame corresponding to DeltaTable

Usage

dlt_to_df(dt)

# S4 method for DeltaTable
dlt_to_df(dt)

Arguments

dt

DeltaTable

Value

SparkDataFrame

Note

dlt_to_df, since 1.0.0

See also