R/reconstructr.R

#'@author Oliver Keyes <okeyes@@wikimedia.org>
#'@docType package
#'@title functions for session reconstruction and analysis
#'@description
#'sessionreconstruct provides functions to aid in reconstructing and analysing user sessions.
#'Although primarily designed for web sessions (see the introductory vignette), its session
#'approach is plausibly applicable to other domains.
#'@name reconstructr
#'@importFrom Rcpp evalCpp
#'@useDynLib reconstructr, .registration = TRUE
#'@aliases reconstructr reconstructr-package
NULL

Try the reconstructr package in your browser

Any scripts or data that you put into this service are public.

reconstructr documentation built on March 18, 2022, 7:05 p.m.