Learn R Programming

urlexplorer (version 0.1.0)

count_hosts: Count different hosts found in URLs

Description

Count different hosts found in URLs

Usage

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

Value

A tibble with each host and its count.

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'.

Examples

Run this code
count_hosts(c("http://example.com", "http://www.example.com"))

Run the code above in your browser using DataLab