R/charinet.R

#' 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
pj398/charinet documentation built on May 2, 2024, 10:28 p.m.