es.credential: Function to create url to connect api elasticsearch

Description Usage Arguments Value Examples

View source: R/EScredential.R

Description

Function to create url to connect api elasticsearch

Usage

1
2
3
4
5
6
7
es.credential(
  user = user,
  passwd = passwd,
  find_search = find_search,
  database = database,
  table = table
)

Arguments

user

username

passwd

password

find_search

find or search in string

database

database name

table

table name

Value

a character that contain a link

Examples

1
2
3
4
5
6
7
 es.credential(
   "entreprise",
   "admin123",
   "search",
   "finance",
   "realties"
 )

GabrielSartori/elasticR documentation built on Jan. 12, 2020, 12:50 a.m.