Nothing
#' Text Cleaning Tools
#'
#' Tools to clean and process text.
#' @docType package
#' @name textclean
#' @aliases textclean package-textclean
NULL
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.