powered by
Count occurrences of userinfo in URLs
count_userinfos(url, sort = FALSE, name = "n")
A tibble listing userinfos and how often each occurs.
A character vector of URLs.
Logical indicating whether to sort the output by count. Defaults to FALSE.
The name of the column containing the counts. Defaults to 'n'.
count_userinfos(c("http://user:pass@example.com", "http://example.com"))
Run the code above in your browser using DataLab