Parse a url into its component pieces.
Parse a url into its component pieces.
url_parse(x)
x |
A character vector of urls. |
A dataframe with one row for each element of x
and
columns: scheme, server, port, user, path, query, fragment.
url_parse("http://had.co.nz/") url_parse("http://had.co.nz:1234/") url_parse("http://had.co.nz:1234/?a=1&b=2") url_parse("http://had.co.nz:1234/?a=1&b=2#def")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.