#' Network Science collaboration network
#'
#' Edgelist of network of academic collaboration between network scientists
#'
#' @format A dataframe with 2742 rows and 3 variables:
#' \describe{
#' \item{from}{Scientist name}
#' \item{to}{Scientist name}
#' \item{weight}{Measure of strength of collaboration}
#' }
#'
#' @source \href{https://journals.aps.org/pre/abstract/10.1103/PhysRevE.74.036104}{Newman, 2006}
#'
#' @examples
#' netscience
"netscience"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.