powered by
Count different parameter names in query strings
count_param_names(query, sort = FALSE, name = "n")
A tibble with each parameter name and how often it occurs.
A character vector of query strings.
Logical indicating whether to sort the output by count. Defaults to FALSE.
The name of the column containing the counts. Defaults to 'n'.
count_param_names(c("param1=value1¶m2=value2", "param3=value3"))
Run the code above in your browser using DataLab