From 985789e34aaedd90e69010286b02ee764f7db94e Mon Sep 17 00:00:00 2001 From: Michael Frasco Date: Fri, 21 Jul 2017 08:51:15 -0700 Subject: [PATCH] removed apostrophe in non-roxygen documentation --- r-pkg/R/elasticsearch_parsers.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r-pkg/R/elasticsearch_parsers.R b/r-pkg/R/elasticsearch_parsers.R index 29fcf7b..9c087cd 100644 --- a/r-pkg/R/elasticsearch_parsers.R +++ b/r-pkg/R/elasticsearch_parsers.R @@ -683,8 +683,8 @@ es_search <- function(es_host # \href{https://www.elastic.co/guide/en/Elasticsearch/guide/current/scroll.html}{Elasticsearch scroll/pagination docs} # for more information. # [param] max_hits Integer. If specified, \code{es_search} will stop pulling data as soon -#' as it has pulled this many hits. Default is \code{Inf}, meaning that -#' all possible hits will be pulled. +# as it has pulled this many hits. Default is \code{Inf}, meaning that +# all possible hits will be pulled. # [param] n_cores Number of cores to distribute fetching + processing over. # [param] break_on_duplicates Boolean, defaults to TRUE. \code{.fetch_all} uses the size of the final object it returns # to check whether or not some data were lost during the processing.