R/gcite_stopwords.R

Defines functions gcite_stopwords

Documented in gcite_stopwords

#' Google Cite Stopwords
#'
#' Additional stopwords to remove from Google Cite results
#' @return Character Vector
#' @export
#'
#' @examples
#' gcite_stopwords()
gcite_stopwords = function() {
  c("using")
}
muschellij2/gcite documentation built on Oct. 31, 2021, 9:21 p.m.