lego_sales | R Documentation |
Simulated data based on real prices for Lego sales in 2018 in the United States. Names and hobbies have been randomly generated
lego_sales
A tibble with 620 rows and 14 variables:
First name of customer
Last name of customer
Age of customer
Phone number of customer
Set ID of lego set purchased
Item number of lego set purchased
Theme of lego set purchased
Sub theme of lego set purchased
Year of purchase
Name of lego set purchased
Number of pieces of legos in set purchased
Price of set purchase in US Dollars
Image URL of lego set purchased
Quantity of lego set(s) purchased
library(dplyr)
lego_sales |>
count(first_name, sort = TRUE) |>
top_n(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.