ada_clear_port {adaR} | R Documentation |
Clear a specific component of URL
Description
These functions clears a specific component of URL.
Usage
ada_clear_port(url, decode = TRUE)
ada_clear_hash(url, decode = TRUE)
ada_clear_search(url, decode = TRUE)
Arguments
url |
character. one or more URL to be parsed |
decode |
logical. Whether to decode the output (see |
Value
character, NA
if not a valid URL
Examples
url <- "https://user_1:password_1@example.org:8080/dir/../api?q=1#frag"
ada_clear_port(url)
ada_clear_hash(url)
ada_clear_search(url)
[Package adaR version 0.3.3 Index]