#' @title wiki_graph data
#'
#' @description wiki_graph: DataFrame containing three columns (v1, v2, w) and 18 entries.
#' @docType data
#' @format The \code{data.frame} contains 3 variables:
#' \describe{
#' \item{v1}{nodes}
#' \item{v2}{nodes}
#' \item{w}{weights between the nodes}
#' }
#'
#'
"wiki_graph"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.