url_parse | R Documentation |
Parses a URL string into its components.
url_parse(url)
url |
The URL string to parse. |
A list containing the components of the URL: scheme, user, password, host, path, raw_path, query, raw_query, and fragment.
library(urlparse)
url_parse("https://host.com/path?query#fragment")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.