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.5-x86_64)reconstructr_2.0.3.tgz(r-4.5-arm64)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-reconstructioncpp
Last updated 3 years agofrom:37250ac15d. Checks:1 OK, 10 ERROR. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 28 2025 |
R-4.5-win-x86_64 | ERROR | Feb 28 2025 |
R-4.5-mac-x86_64 | ERROR | Feb 28 2025 |
R-4.5-mac-aarch64 | ERROR | Feb 28 2025 |
R-4.5-linux-x86_64 | ERROR | Feb 28 2025 |
R-4.4-win-x86_64 | ERROR | Feb 28 2025 |
R-4.4-mac-x86_64 | ERROR | Feb 28 2025 |
R-4.4-mac-aarch64 | ERROR | Feb 28 2025 |
R-4.3-win-x86_64 | ERROR | Feb 28 2025 |
R-4.3-mac-x86_64 | ERROR | Feb 28 2025 |
R-4.3-mac-aarch64 | ERROR | Feb 28 2025 |
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 |