Description Usage Arguments Details Value
Query values using HTTP GET. Expected returned values are Javascript assignments of var_prefix_var_name = "string value"
1 2 3 4 5 6 7 8 9 10 11 | realtime_js_str_var(
baseurl,
rand_var,
code_var,
encode,
max_batch,
var_prefix,
var_name,
split,
cols
)
|
baseurl |
base URL |
rand_var |
random variable name |
code_var |
code variable name |
encode |
content encoding |
max_batch |
max number of codes per batch |
var_prefix |
Javascript assignment variable prefix |
var_name |
variable column name |
split |
Javascript assignment value delimiter |
cols |
column names of the returned data.table |
string values are split and parsed as tabular data.
a function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.