#' nattswap: A package for swapping network attributes to test if they are random.
#'
#' The foo package provides three categories of important functions:
#' foo, bar and baz.
#'
#' @section nattswap functions:
#' The foo functions ...
#'
#' @docType package
#' @name nattswap
NULL
.onAttach <- function(libname, pkgname) {
packageStartupMessage("nattswap: To randomly simulate attribute swaps in networks")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.