R/data-email_edgelist.R

#' Email edgelist 
#'
#' Edgelist of network of email communications at a large European research institution
#'
#' @format A dataframe with 24929 rows and 2 variables:
#' \describe{
#' \item{from}{ID of sender}
#' \item{to}{ID of receiver}
#' }
#' 
#' @source \href{http://www.cs.cmu.edu/~jure/pubs/powergrowth-tkdd.pdf}{Leskovec et al, 2007}
#' 
#' @examples
#' email_edgelist
"email_edgelist"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.