#' Workplace network edgelist
#'
#' Edgelist of network of interactions between people in a French office building based on location sensor technology
#'
#' @format A dataframe with 932 rows and 3 variables:
#' \describe{
#' \item{from}{Person ID}
#' \item{to}{Person ID}
#' \item{mins}{Number of minutes spent co-located}
#' }
#'
#' @source \href{https://www.cambridge.org/core/journals/network-science/article/abs/data-on-facetoface-contacts-in-an-office-building-suggest-a-lowcost-vaccination-strategy-based-on-community-linkers/18AB49AB4F2AEA33CE7501F06ADBC8E8}{Génois et al, 2015}
#'
#' @examples
#' workfrance_edgelist
"workfrance_edgelist"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.