library(parqr) path_to_parquet = "file.parquet" parquet_readr(path_to_parquet) # will return data.frame #> NULL