#'#' wiki_graph for analysis
#'
#' A dataset containing the prices and other attributes of almost 54,000
#' diamonds.
#'
#' @format @format A dataframe with 3 variables
#' \describe{
#' @\item {v1}{set of vertices}
#' @\item {v2}{set of vertices}
#' @\item {w}{sei of edge weigths}
#' }
#' @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.