#' Wiki_graph data
#'
#' A sample dataset using for dijkstra function.
#'
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#' \item{v1}{price, in US dollars}
#' \item{v2}{weight of the diamond, in carats}
#' \item{w}{ein Text}
#' }
#' @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.