Returns a tibble with a product ID and a randomly assigned price
1 2 3 4 5 6 | bdc_data_products(
no_products = 30,
seed = 7878,
price_low = 4,
price_high = 10
)
|
no_products |
Number of products to produce |
seed |
Seed number to use for random data |
price_low |
Lowest price to assign |
price_high |
Highest price to assign |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.