parse_url | R Documentation |
Parse a URL
parse_url(url)
url |
url to parse into its components |
data.frame with columns protocol, domain, path
## Not run:
url <-
c(
"google.com",
"google.com/",
"www.google.com",
"http://google.com",
"https://google.com",
"sub.domain.whatever.de"
"s-u-b.dom-ain.what-ever.de"
)
parse_url(url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.