R/data-friends_tv_edgelist.R

#' 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"
keithmcnulty/onadata documentation built on March 21, 2022, 6:31 a.m.