web_gen_param_list_expand {dsmisc}R Documentation

URL Parameter Combinations

Description

Generate URL parameter combinations from sets of parameter values.

Usage

web_gen_param_list_expand(..., sep_1 = "=", sep_2 = "&")

Arguments

...

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

Value

string vector with assembled query string parameter combinations

Examples


web_gen_param_list_expand(q = "beluga", lang = c("de", "en"))


[Package dsmisc version 0.3.3 Index]