#' An example of a weighted graph from Wikipedia.
#'
#' A weighted graph containing 6 nodes.
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#' \item{v1}{Start of the edge}
#' \item{v2}{End of the edge}
#' \item{w}{Weight of the edge}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Dijkstras_algorithm/}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.