#' A dataset containing 3 columns with nodes, their connection and their
#' associated weight.
#' @title Wiki graph sample data.
#' @description Sample data from wikipedia page.
#' @docType data
#'
#' @format A dataframe with 3 columns.
#' \describe{
#' \item{v1}{From node, numeric.}
#' \item{v2}{To node, numeric}
#' \item{w}{Associated weight, numeric}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph#Mathematics}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.