identify_domain: Identify the domain of the url

Description Usage Arguments Value Examples

View source: R/identify_domain.R

Description

Identify the domain of the url

Usage

1

Arguments

urls

Vector of urls

Value

A character vector of length 1 containing the website domain.

Examples

1
2
3
4
5
6
test_domains <- c("https://github.com/hadley/vis-eda/blob/master/travel.R",
"https://www.datacamp.com/community/tutorials/sentiment-analysis-R",
"https://www.tidytextmining.com/sentiment.html",
"https://www.kaggle.com/vrtjso/mercari-eda-more-info-than-you-can-imagine")

identify_domain(test_domains)

rawr documentation built on May 17, 2021, 5:07 p.m.

Related to identify_domain in rawr...