Gather ACT24 information about activity intervals and overlap (multitasking)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | get_activity_intervals(a, verbose)
get_activity_matches(intervals, verbose)
assembler(info, type)
preliminary_labels(info, mxm, verbose)
initialize_activity_info(a, intervals, matches, mxm, verbose)
update_info(new_matches, info, verbose)
check_nonprimary(info, verbose)
check_quota(info, verbose)
summarize_missing(info, verbose)
get_activity_info(id = a$id, a, verbose = TRUE)
|
a |
data frame. ACT24 input (i.e., event-based data) |
verbose |
logical. Print updates to console? |
intervals |
output from |
info |
internal object storing useful information related to activity intervals, multitasking, etc. |
type |
The type of assembly to perform, either activity-based
( |
mxm |
shell of minute-by-minute data containing id and timestamps |
matches |
output from |
new_matches |
updated list of matches for use in labeling newly confirmed activity indices |
id |
character. The desired id label |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.