#' networkdata: A repository of network datasets
#'
#' @description The package contains a large collection of network datasets with different context.
#'
#' @details The package includes data from the following sources:
#'
#' \itemize{
#' \item `freeman datasets` from \url{http://moreno.ss.uci.edu/data}
#' \item `movie networks` from \url{https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/T4HBA3}
#' \item `covert networks` from \url{https://sites.google.com/site/ucinetsoftware/datasets/covert-networks}
#' \item `animal networks` from \url{https://bansallab.github.io/asnr/}
#' \item `shakespeare networks` build with data from \url{https://github.com/mallaham/Shakespeare-Plays}
#' \item some networks from \url{http://konect.uni-koblenz.de/}
#' \item - Tennis networks compiled from \url{https://github.com/JeffSackmann} (please give credit to him if you use this data)
#' }
#' and a range of miscellaneous network datasets.
#'
#' **How to use the datasets**
#'
#'After loading the \code{networkdata} package, the datasets can
#'be loaded using the \code{\link{data}} command.
#'
#'Use \preformatted{ data(package = "networkdata")}
#'to get the complete list of datasets included in this package.
#'
#' @author David Schoch
#' @docType package
#' @name networkdata
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.