read.parquet: Create a SparkDataFrame from a Parquet file.
Description
Loads a Parquet file, returning the result as a SparkDataFrame.
Usage
# S3 method for default
read.parquet(path, ...)# S3 method for default
parquetFile(...)
Arguments
path
path of file to read. A vector of multiple paths is allowed.
...
argument(s) passed to the method.