View source: R/pg_to_parquet.R
pg_to_parquet | R Documentation |
Function to get data from a table on the WRDS PostgreSQL server and save to local parquet file using DuckDB.
pg_to_parquet(table_name, schema, data_dir = Sys.getenv("DATA_DIR"))
table_name |
Name of table on WRDS |
schema |
Database schema for table |
data_dir |
Directory for data repository |
Number of rows created
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.