get_activity_info: Gather ACT24 information about activity intervals and overlap...

Description Usage Arguments

Description

Gather ACT24 information about activity intervals and overlap (multitasking)

Usage

 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)

Arguments

a

data frame. ACT24 input (i.e., event-based data)

verbose

logical. Print updates to console?

intervals

output from get_activity_intervals

info

internal object storing useful information related to activity intervals, multitasking, etc.

type

The type of assembly to perform, either activity-based (type="Activity}) or index-based (\code{type="Index)

mxm

shell of minute-by-minute data containing id and timestamps

matches

output from get_activity_matches

new_matches

updated list of matches for use in labeling newly confirmed activity indices

id

character. The desired id label


PAHPLabResearch/FLASH documentation built on May 15, 2020, 7:08 p.m.