session_dataset {reconstructr} | R Documentation |
Example event dataset
Description
an example dataset of events, for experimenting with session reconstruction and analysis
Usage
session_dataset
Format
a data.frame of 63,524 rows consisting of:
- uuid
Hashed and salted unique identifiers representing 10,000 unique clients.
- timestamp
timestamps, as POSIXct objects
- url
URLs, to demonstrate the carrying-along of metadata through the sessionisation process
Source
The uuid
and timestamp
columns come from an anonymised dataset of
Wikipedia readers; the URLs are from NASA's internal web server, because space is awesome.
[Package reconstructr version 2.0.4 Index]