split_url | R Documentation |
Split URL into its constituent parts
split_url(url)
url |
A character vector of URLs to be split. |
A tibble with one row per URL and columns for each component: scheme, host, port, userinfo, path, query, and fragment.
split_url(c("https://example.com/path?query=arg#frag"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.