Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

web_gen_param_list_expand

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"))

dsmisc

Data Science Box of Pandora Miscellaneous

v0.3.3
GPL (>= 2)
Authors
Peter Meissner [aut, cre]
Initial release
2020-09-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.