#' @param edge_list Edge list as a \code{data.table} which must contain the following columns:
#' \describe{
#' \item{\code{Origin}}{IDs of the origin nodes for each edge.}
#' \item{\code{Destination}}{IDs of the destination nodes for each edge.}
#' \item{\code{OriginType}}{Types of the origin node for each edge.}
#' \item{\code{DestinationType}}{Types of the destination node for each edge.}
#' \item{\code{EdgeType}}{Types of each edge.}}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.