#' Meta-path based network similarity.
#'
#' This package facilitates the computation of meta-path based network similarity metrics in R.
#'
#' @name metapaths-package
#' @aliases metapaths
#' @docType package
#' @author Ayush Noori \email{anoori@@college.harvard.edu}
#' @author Amelia Tan \email{amelia_tan@@hms.harvard.edu}
#' @author Michelle M. Li \email{michelleli@@g.harvard.edu}
#' @author Marinka Zitnik \email{marinka@@hms.harvard.edu}
#' @references
#' \url{https://www.ayushnoori.com/metapaths}
#' @import data.table
#' @importFrom purrr map map_dbl map_chr map_lgl map2_dfr pmap pmap_dfr pmap_dbl
#' @importFrom magrittr %>%
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.