| read.parquet {SparkR} | R Documentation | 
Loads a Parquet file, returning the result as a SparkDataFrame.
## Default S3 method: read.parquet(path) ## Default S3 method: parquetFile(...)
path | 
 path of file to read. A vector of multiple paths is allowed.  | 
... | 
 argument(s) passed to the method.  | 
SparkDataFrame
read.parquet since 1.6.0
parquetFile since 1.4.0