Fake base of products
fake_products(n, seed = 2811)
Number of Products to generate
the random seed, default is 2811
a dataframe
fake_products(10)
#> # A tibble: 10 × 8
#> name brand color price body_location category sent_from id
#> <chr> <chr> <chr> <int> <chr> <chr> <chr> <int>
#> 1 Step and Distance P… Lark… Pink 3 Waist Industr… Taiwan 1
#> 2 Biking Tracker U Pr… Lark… Oliv… 5 Waist Pets an… United S… 2
#> 3 Wearable Transmitte… Moen… Beige 4 Feet Lifesty… Netherla… 3
#> 4 Multifunction Track… Weim… Yell… 5 Head Lifesty… China 4
#> 5 Action Camera Pro Blan… Mocc… 10 Brain Lifesty… Italy 5
#> 6 Strapless Heart Rat… Mann… Deep… 4 Head Medical Finland 6
#> 7 Action Camera RE Pr… Mann… Maro… 5 Feet Enterta… Finland 7
#> 8 Microcontroller ES Moen… Pink 3 Neck Fitness Finland 8
#> 9 Microcontroller OGB… Moen… Plum 5 Arms Awesome France 9
#> 10 Wearable AUSG with … Moen… Dark… 9 Torso Medical Italy 10