SparkR (version 3.1.2)

read.parquet: Create a SparkDataFrame from a Parquet file.

Description

Loads a Parquet file, returning the result as a SparkDataFrame.

Usage

read.parquet(path, ...)

Arguments

path

path of file to read. A vector of multiple paths is allowed.

...

additional data source specific named properties.

Value

SparkDataFrame