AlexIoannides / elasticsearchr

Lightweight Elasticsearch client for R.
https://alexioannides.com/2016/11/28/elasticsearchr-a-lightweight-elasticsearch-client-for-r/
54 stars 19 forks source link

Some API calls are printing to stdout when they should be messages #16

Closed AlexIoannides closed 7 years ago

AlexIoannides commented 7 years ago

For example, when executing a query that takes multiple calls to the scroll-search API, ... are printed to stdout when these should be appended messages.

Correcting this will allow this output to be removed from R Notebooks, Rmd rendered output, etc.

AlexIoannides commented 7 years ago

Addressed in pull request #20 .