R/cw_text.R

Defines functions cw_text

Documented in cw_text

#' Full-text search the congressional record for instances of a word or phrase
#'
#' @export
#' @rdname cw_text-defunct
#' @keywords internal
cw_text <- function(...) {
  .Defunct(msg = "the capitol words API is permanently down")
}
rOpenGov/rsunlight documentation built on July 21, 2019, 3:18 a.m.