#' Wiki Graph Data
#'
#' @description An example data frame with 18 rows and 3 variables.
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#' \item{v1}{index of the source edge}
#' \item{v2}{index of the destination edge}
#' \item{w}{weight of the path}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph#Mathematics}
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.