url_parse | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.