extract_host | R Documentation |
Extract the host from URL
extract_host(url)
url |
A character vector of URLs. |
A character vector containing the host from each URL.
extract_host(c("https://example.com", "http://www.example.com"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.