Description Usage Arguments Value Examples
View source: R/EStypevariable.R
Types of Avaliable variables in data collection
1 | es.variable.type(user, passwd, find_search, database, table)
|
user |
username |
passwd |
password |
find_search |
find or search in string |
database |
database name |
table |
table name |
a named list. list_variable are the variable who are in list. Univariate variables are single variables. Raw variables are variable that need insert a .raw when used for aggregation functions
1 2 3 4 5 6 7 | es.credential(
"entreprise",
"admin123",
"search",
"finance",
"realties"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.