Creates the product and customer tables
1 2 3 4 5 | bdc_db_lookups(
con,
product_data = bdc_data_products(),
customer_data = bigdataclass::customers
)
|
con |
Database connection |
product_data |
Data for the products table |
customer_data |
Data for the customer table |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.