count_fragments | R Documentation |
Count fragments in URLs
count_fragments(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 with each fragment and its count.
count_fragments(c("http://example.com#top", "http://example.com#bottom"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.