Package: reconstructr 2.0.3
Os Keyes
reconstructr: Session Reconstruction and Analysis
Functions to reconstruct sessions from web log or other user trace data and calculate various metrics around them, producing tabular, output that is compatible with 'dplyr' or 'data.table' centered processes.
Authors:
reconstructr_2.0.3.tar.gz
reconstructr_2.0.3.zip(r-4.5)reconstructr_2.0.3.zip(r-4.4)reconstructr_2.0.3.zip(r-4.3)
reconstructr_2.0.3.tgz(r-4.4-x86_64)reconstructr_2.0.3.tgz(r-4.4-arm64)reconstructr_2.0.3.tgz(r-4.3-x86_64)reconstructr_2.0.3.tgz(r-4.3-arm64)
reconstructr_2.0.3.tar.gz(r-4.5-noble)reconstructr_2.0.3.tar.gz(r-4.4-noble)
reconstructr_2.0.3.tgz(r-4.4-emscripten)reconstructr_2.0.3.tgz(r-4.3-emscripten)
reconstructr.pdf |reconstructr.html✨
reconstructr/json (API)
NEWS
# Install 'reconstructr' in R: |
install.packages('reconstructr', repos = c('https://ironholds.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ironholds/reconstructr/issues
- session_dataset - Example event dataset
log-analysissession-reconstruction
Last updated 3 years agofrom:37250ac15d. Checks:OK: 1 ERROR: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | ERROR | Oct 31 2024 |
R-4.5-linux-x86_64 | ERROR | Oct 31 2024 |
R-4.4-win-x86_64 | ERROR | Oct 31 2024 |
R-4.4-mac-x86_64 | ERROR | Oct 31 2024 |
R-4.4-mac-aarch64 | ERROR | Oct 31 2024 |
R-4.3-win-x86_64 | ERROR | Oct 31 2024 |
R-4.3-mac-x86_64 | ERROR | Oct 31 2024 |
R-4.3-mac-aarch64 | ERROR | Oct 31 2024 |
Exports:bounce_ratesession_countsession_lengthsessionisetime_on_page
Readme and manuals
Help Manual
Help page | Topics |
---|---|
calculate the bounce rate within a session dataset | bounce_rate |
functions for session reconstruction and analysis | reconstructr-package reconstructr |
Count the number of sessions in a sessionised dataset | session_count |
Example event dataset | session_dataset |
Calculate session length | session_length |
Reconstruct sessions (experimental) | sessionise |
Calculate time-on-page metrics | time_on_page |