#' A graph dataset is present here
#'
#' A dataset containing the source, destination and weight of each node
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#' \item{v1}{source node}
#' \item{v2}{destination node}
#' \item{w}{weight or distance}
#' ...
#' }
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.