count_param_names: Count different parameter names in query strings

View source: R/count.R

count_param_namesR Documentation

Count different parameter names in query strings

Description

Count different parameter names in query strings

Usage

count_param_names(query, sort = FALSE, name = "n")

Arguments

query

A character vector of query strings.

sort

Logical indicating whether to sort the output by count. Defaults to FALSE.

name

The name of the column containing the counts. Defaults to 'n'.

Value

A tibble with each parameter name and how often it occurs.

Examples

count_param_names(c("param1=value1&param2=value2", "param3=value3"))

urlexplorer documentation built on Aug. 8, 2025, 7:29 p.m.