ropensci / elastic

R client for the Elasticsearch HTTP API
https://docs.ropensci.org/elastic
Other
245 stars 58 forks source link

quiet argument #202

Closed emillykkejensen closed 6 years ago

emillykkejensen commented 6 years ago

The progress bar is a nice touch - but it could be nice, if it could be turned off!

sckott commented 6 years ago

for what function(s)?

emillykkejensen commented 6 years ago

docs_bulk.data.frame() in docs_bulk.r

One way to do it, would be to add an extra logical argument called 'quiet'

The on line 213/214 and line 217 add if(quiet)

sckott commented 6 years ago

i'll have a look at it

sckott commented 6 years ago

@emillykkejensen reinstall and try again , see quiet param