R/typos.R

#' @title typos
#' @description Data set of words, some correctly spelled, some typos, with their occurrence in text
#' @format A data frame with 27 rows and 2 variables:
#' \describe{
#'   \item{\code{occurrence}}{double number of times word appears in text}
#'   \item{\code{species}}{character words in text}
#'}
#' @details An example data set that can be used in testing fix_typos().
"typos"

Try the messy.cats package in your browser

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

messy.cats documentation built on Nov. 30, 2022, 5:08 p.m.