web_gen_param_list_expand {dsmisc} | R Documentation |
Generate URL parameter combinations from sets of parameter values.
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
web_gen_param_list_expand(q = "beluga", lang = c("de", "en"))