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)

stevecondylios/rawr documentation built on Oct. 23, 2021, 12:11 a.m.