#' Bridges of Koenigsberg edgelist
#'
#' Edgelist of network of places connected by bridges in the city of Koenigsberg
#'
#' @format A dataframe with 7 rows and 2 variables:
#' \describe{
#' \item{from}{Place name}
#' \item{to}{Place name}
#' }
#'
#' @source \href{https://archive.org/details/commentariiacade08impe/page/128/mode/2up}{Euler, 1736}
#'
#' @examples
#' koenigsberg
"koenigsberg"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.