Description Usage Arguments Value Examples
View source: R/identify_domain.R
Identify the domain of the url
1 | identify_domain(urls)
|
urls |
Vector of urls |
A character vector of length 1 containing the website domain.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.