count_userinfos | R Documentation |
Count occurrences of userinfo in URLs
count_userinfos(url, sort = FALSE, name = "n")
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'. |
A tibble listing userinfos and how often each occurs.
count_userinfos(c("http://user:pass@example.com", "http://example.com"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.