#' Fry's 200 Most Commonly Used English Words
#'
#' A stopword list containing a character vector of stopwords.
#'
#' @details Fry's Word List: The first 25 make up about one-third of all printed
#' material in English. The first 100 make up about one-half of all printed
#' material in English. The first 300 make up about 65\% of all printed
#' material in English.
#'
#' @docType data
#' @keywords datasets
#' @name sw_fry_200
#' @usage data(sw_fry_200)
#' @format A character vector with 200 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.