#' wiki_graph
#'
#' data.frame with three variables (v1, v2 and w) that contains the edges of the
#' graph (from v1 to v2) with the weight of the edge (w)
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#' \item{v1}{first edge}
#' \item{v2}{second edge}
#' \item{w}{weight between edges}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.