transactions | R Documentation |
A sample dataset of transaction events, linking customers and products. This is a typical "fact" table in a relational schema.
transactions
A data.table with 5 variables:
Identifier for the customer making the transaction.
Identifier for the product being purchased.
The timestamp of the transaction (POSIXct format).
The number of units of the product purchased.
The price per unit at the time of transaction.
Generated for package examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.