Description Usage Arguments Value
View source: R/markedPP_funcs.R
Group pairs of event series data into sessions.
1 | sessionize_data(data, thres = 10, timeScale = "min")
|
data |
Data.frame of event data, |
thres |
Number of inactive minutes to consider a new session start |
timeScale |
Scale of time measurements of data; one of
|
List of data.frames:
data
: sessionized data, <id, m, sid, t>
sessions
: summary of sessionized data,
<id, m, sid, n, t>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.