R/profanity_banned.R

#' bannedwordlist.com's List of Profane Words
#'
#' A dataset containing a character vector of profane words from bannedwordlist.com.
#' 
#' @section Disclaimer: From the original author: "These lists are free to download. You may use them for 
#' any purpose you wish and may copy, modify and distribute them freely. The 
#' swear words lists are provided "as-is" without any warranty or guarantee 
#' whatsoever. Don't blame me when the users of your forum, blog or community 
#' find more creative ways of offending people."
#' @docType data
#' @keywords datasets
#' @name profanity_banned
#' @usage data(profanity_banned)
#' @format A character vector with 77 elements
#' @references \url{http://www.bannedwordlist.com}
NULL
trinker/lexicon documentation built on Oct. 12, 2021, 11:17 a.m.