pq_read | R Documentation |
Read a parquet files
pq_read( x = NULL, file_path = NULL, as_data_frame = T, assign_schema = T, schema_name = NULL, to_duck = F, snake_names = F, remove_columns = NULL, properties = ParquetArrowReaderProperties$create() )
schema_name |
library(asbtools) x = "Desktop/data/usa_spending/fpds/1978.gz.parquet" pq_read(x = x, to_duck = F) pq_read(x = x, to_duck = T) pq_read(x = x, to_duck = F, as_data_frame = F) pq_read(x = x, to_duck = T, as_data_frame = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.