#' Friends TV edgelist
#'
#' Edgelist of network of characters of US TV Show Friends based on appearing in the same scene
#'
#' @format A dataframe with 2976 rows and 3 variables:
#' \describe{
#' \item{from}{Friends character}
#' \item{to}{Friends character}
#' \item{weight}{Number of scenes with both characters}
#' }
#'
#' @source \href{https://github.com/keithmcnulty/friends_analysis}{Keith McNulty}
#'
#' @examples
#' friends_tv_edgelist
"friends_tv_edgelist"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.