R/textclean-package.R

#' textclean: Text Cleaning Tools
#'
#' Tools to clean and process text.
#'
#' @keywords internal
"_PACKAGE"


#' Fictitious Classroom Dialogue
#'
#' A fictitious dataset useful for small demonstrations.
#'
#' @details
#' \itemize{
#'   \item person. Speaker
#'   \item sex. Gender
#'   \item adult. Dummy coded adult (0-no; 1-yes)
#'   \item state. Statement (dialogue)
#'   \item code. Dialogue coding scheme
#' }
#'
#' @docType data
#' @keywords datasets
#' @name DATA
#' @usage data(DATA)
#' @format A data frame with 11 rows and 5 variables
NULL

Try the textclean package in your browser

Any scripts or data that you put into this service are public.

textclean documentation built on March 5, 2026, 9:06 a.m.