ThreadOccByPOV: Converts occurrences into events, make threads from a new POV

Description Usage Arguments Value

View source: R/ThreadNet_Core.R

Description

Take the raw occurrences from the input file and sort them by time stamp within a set of contextual factors that remain constant for each thread.

Usage

1
ThreadOccByPOV(o, THREAD_CF, EVENT_CF)

Arguments

o

is the dataframe of cleaned ocurrences

THREAD_CF

is a list of 1 or more context factors that define the threads (and stay constant during each thread)

EVENT_CF

is a list of 1 or more context factors that define events (and change during threads)

Value

dataframe containing the same occurrences sorted from a different point of view


ThreadNet/ThreadNet documentation built on July 26, 2019, 8:16 p.m.