fact_visitors {powerbiR} | R Documentation |
Demo data: Fact Visitors
Description
A fact table showing individual visitors and their transactions on an e-commerce website.
Usage
fact_visitors
Format
A data frame with 10,033 rows and 5 columns:
- visitor_id
Unique identifier of the visitor.
- transaction_id
Unique identifier of the transactions.
- revenue
The value of the transaction in USD.
- timestamp
The time of visit in minutes since 1970-01-01.
- hour_key
Foreign key referring to dim_hour.
Source
Anonymized data from google analytics.
[Package powerbiR version 0.1.0 Index]