From c2d666c81d49bc4616c58314d0afd839d89f4288 Mon Sep 17 00:00:00 2001 From: Erik de Vries Date: Thu, 25 Apr 2019 16:54:01 +0200 Subject: [PATCH] bogus commit --- R/elasticizer.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/elasticizer.R b/R/elasticizer.R index 5887bd8..36cf8ea 100644 --- a/R/elasticizer.R +++ b/R/elasticizer.R @@ -19,6 +19,7 @@ ################################################################################################# #################################### Get data from ElasticSearch ################################ ################################################################################################# +### Just a bogus comment elasticizer <- function(query, src = T, index = 'maml', es_pwd = .rs.askForPassword("Elasticsearch READ"), batch_size = 1024, max_batch = Inf, time_scroll = "5m", update = NULL, localhost = F, ...){ retries <- 10 ### Number of retries on error sleep <- 30 ### Number of seconds between retries