#' Les Miserables character network
#'
#' Edgelist of network of characters in Victor Hugo's Les Miserables based on appearance in the same chapter
#'
#' @format A dataframe with 254 rows and 3 variables:
#' \describe{
#' \item{from}{Character name}
#' \item{to}{Character name}
#' \item{weight}{Number of chapters both characters appear in}
#' }
#'
#' @source \href{https://dl.acm.org/doi/book/10.1145/164984}{Knuth, 1993}
#'
#' @examples
#' lesmis
"lesmis"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.