count_userinfos: Count occurrences of userinfo in URLs

View source: R/count.R

count_userinfosR Documentation

Count occurrences of userinfo in URLs

Description

Count occurrences of userinfo in URLs

Usage

count_userinfos(url, sort = FALSE, name = "n")

Arguments

url

A character vector of URLs.

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 listing userinfos and how often each occurs.

Examples

count_userinfos(c("http://user:pass@example.com", "http://example.com"))

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