R/gcite_stopwords.R

#' Google Cite Stopwords
#'
#' Additional stopwords to remove from Google Cite results
#' @return Character Vector
#' @export
#'
#' @examples
#' gcite_stopwords()
gcite_stopwords = function() {
  c("using")
}

Try the gcite package in your browser

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

gcite documentation built on May 2, 2019, 10:15 a.m.