powered by
Parses a URL string into its components.
url_parse(url)
A list containing the components of the URL: scheme, user, password, host, path, raw_path, query, raw_query, and fragment.
The URL string to parse.
library(urlparse) url_parse("https://host.com/path?query#fragment")
Run the code above in your browser using DataLab