#' Data containinng nodes and weights of graph
#'
#' A dataset is containing the edges and weights of graph.
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#' \item{v1}{edges of the graph-from}
#' \item{v2}{edges of the graph-to}
#' \item{w}{weight of the edge from v1 to v2}
#' ...
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.