powered by
Split URL into its constituent parts
split_url(url)
A tibble with one row per URL and columns for each component: scheme, host, port, userinfo, path, query, and fragment.
A character vector of URLs to be split.
split_url(c("https://example.com/path?query=arg#frag"))
Run the code above in your browser using DataLab