powered by
Ping an Elasticsearch server.
ping(conn, ...)
an Elasticsearch connection object, see connect()
connect()
Curl args passed on to crul::verb-GET
# NOT RUN { x <- connect() ping(x) # ideally call ping on the connetion object itself x$ping() # }
Run the code above in your browser using DataLab