order_db_funmart | R Documentation |
A dataset containing order id, customer id, order date, payment method and order time. 12,000 orders were randomly generated with the help of the packages fabricatr and wakefield. Not every customer from the customer_db_funmart table might have placed an order.
data(order_db_funmart)
A data frame with 12,500 rows and 6 variables:
unique order id
customer id foreign key related to customer_db_funmart
order date
order time
1 of 3 methods used to pay for the order
grocery store
For example, some customers might have signed up (i.e., input their name, email address, age, location, etc) and browsed the app, causing them to be added to the customers' database, but they never actually completed checkout, so there is no order with their customer id in the order_db_funmart table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.