#' Create ralget edge
#'
#' @param ... objects stored as vertex attributes.
#' @export
e <- function(name, ...){
e_obj <- list(name = name, ...)
class(e_obj) <- c("ralget_edge", class(e_obj))
e_obj
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.