ada_url_parse {adaR} | R Documentation |
Use ada-url to parse a url
Description
Use ada-url to parse a url
Usage
ada_url_parse(url, decode = TRUE)
Arguments
url |
character. one or more URL to be parsed |
decode |
logical. Whether to decode the output (see |
Details
For details on the returned components refer to the introductory vignette.
Value
A data frame of the url components: href, protocol, username, password, host, hostname, port, pathname, search, and hash
Examples
ada_url_parse("https://user_1:password_1@example.org:8080/dir/../api?q=1#frag")
[Package adaR version 0.3.3 Index]