data("enronEmails")
networkDynamic
object.The edge spells in this network correspond to individual emails sent between 184 addresses in the Enron email corpus. The network is represented as a continuous time event temporal model (onset=terminus). Edge timing is coded as numeric posix time (seconds). The time range is from 315522000 (1979-12-31) to 1024688419 (2002-06-21) but some email timestamps are invalid and most analsyes use the range 1998 (883612800) to 2002. No email content or attachments are included in this version of the dataset.
The vertex ides have been incremented by 1 (compared to the Y. Park version) to follow R's convention of avoid 0-based indices.
Vertex attributes have been attached as follows:
email_id
the non-redundant part of the email (i.e. with @enron.com
removed) used as the id in constructing the networks
role
A 'role' associated with the email address (i.e. "Vice President", "Director") (missing and/or redacted for some vertices)
name
The name of the person associated with the email address (missing and/or redacted for some vertices)
dept
A name of the individual's department or subsidiary where known (missing and/or redacted for many vertices)
data(enronEmails)
enronKnownDates<-network.extract(enronEmails,onset=883612800,terminus=1024688419)
Run the code above in your browser using DataLab