#' Graph information of the wikipedia graph
#'
#' A dataset containing the graph information of the wikipedia graph
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#' \item{v1}{one end of the edge of the graph}
#' \item{v2}{other end of the edge of the graph}
#' \item{w}{weight of the edge}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Dijkstra's_algorithm}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.