Description Usage Arguments Value Examples
Converts the contents of the named Parquet file to a R data frame.
1 |
file |
Path to a Parquet file. |
A data.frame
with the file's contents.
1 2 3 | file_name <- system.file("extdata/userdata1.parquet", package="miniparquet")
parquet_df <- miniparquet::parquet_read(file_name)
print(str(parquet_df))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.