#' charinet: A Package for Character Interaction Network Analysis
#'
#' This package contains a number of functions for working with character
#' interaction network data. The project is designed to work with time-ordered
#' movie dialogue data, but many functions can work on any data consisting of
#' similarly structured event lists.
#'
#' For more information visit \url{https://github.com/pj398/charinet}.
#'
#' @importFrom utils read.csv
#' @importFrom magrittr %>%
#' @importFrom rlang .data
#'
#' @docType package
#' @name charinet
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.