R/data.R

#' Minor words
#'
#' A named character vector containing minor words as defined in the [APA style
#' guide](https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case).
#' The words in this set are not to be capitalized in title case.
#'
#' @format A character vector
#' @source \url{https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case}
"minor_words"


#' Known acronyms
#'
#' A named character vector for use with stringr::str_replace_all to replace
#' lower cased versions of acronyms with an all capitalized version of the
#' acronym.
#'
#' @format A named character vector
"known_acronyms"
johnaclouse/curios documentation built on June 14, 2022, 6:45 a.m.