Description Usage Arguments Value Examples
View source: R/web_gen_param_list.R
Generate URL parameter combinations from sets of parameter values.
1 | web_gen_param_list_expand(..., sep_1 = "=", sep_2 = "&")
|
... |
multiple vectors passed on as named arguments or a single list or a data.frame |
sep_1 |
first separator to use between key and value |
sep_2 |
second separator to use between key-value pairs |
string vector with assembled query string parameter combinations
1 | web_gen_param_list_expand(q = "beluga", lang = c("de", "en"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.