Initializes the files based on a database connection
1 2 3 4 5 6 7 | bdc_data_files(
con,
folder = "files",
no_transactions = 50000,
batch_size = 5000,
no_files = 5
)
|
con |
Database connection |
folder |
Folder path where to create the files |
no_transactions |
Number of transactions to save to file |
batch_size |
File batch size |
no_files |
Number of files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.