#' wiki_graph dataset to be used as an graph argument for dijkstra function
#' data.frame with three variables (v1, v2 and w)
#' v1 and v2 are the edges of the graph with the weight of the edge w
#'
#' @docType data
#'
#' @usage data(wiki_graph)
#' @keywords datasets
#' @source \url{https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.