bdc_data_products: Returns a tibble with a product ID and a randomly assigned...

Description Usage Arguments

View source: R/data-create.R

Description

Returns a tibble with a product ID and a randomly assigned price

Usage

1
2
3
4
5
6
bdc_data_products(
  no_products = 30,
  seed = 7878,
  price_low = 4,
  price_high = 10
)

Arguments

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


edgararuiz/bigdataclass documentation built on Jan. 3, 2020, 6:46 p.m.