#' Fry's 1000 Most Commonly Used English Words
#'
#' A stopword list containing a character vector of stopwords.
#'
#' @details Fry's 1000 Word List makes up 90\% of all printed text.
#'
#' @docType data
#' @keywords datasets
#' @name sw_fry_1000
#' @usage data(sw_fry_1000)
#' @format A character vector with 1000 elements
#' @references Fry, E. B. (1997). Fry 1000 instant words. Lincolnwood, IL:
#' Contemporary Books.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.