arrow_dataset_to_duck_db | R Documentation |
Turns an arrow data source into a duckdb.
arrow_dataset_to_duck_db( duck_path = NULL, table_name = NULL, disconnect = T, index_variables = NULL, is_unique_index = F, read_only = FALSE, config = list(), arrow_source = NULL, arrow_schema_file = NULL, partitioning = NULL, unify_schemas = NULL, ... )
... |
Check out duckdb documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.