Ping an Elasticsearch server.
Arguments
- conn
an Elasticsearch connection object, see
connect()
- ...
Curl args passed on to crul::verb-GET
Examples
if (FALSE) { # \dontrun{
x <- connect()
ping(x)
# ideally call ping on the connetion object itself
x$ping()
} # }