powered by
connect(es_base = "http://127.0.0.1", es_port = 9200, es_user = NULL, es_pwd = NULL, es_key = NULL, force = FALSE, ...)connection()
connection()
connection calls connect internally
connection
connect
On package load, connect is run to set the default base url and port.
# the default is set to localhost and port 9200 connect() # or set to a different base url connect('http://162.243.152.56') # See connection details connection()
Run the code above in your browser using DataLab