extract_port {urlexplorer} | R Documentation |
Extract the port number from URL
Description
Extract the port number from URL
Usage
extract_port(url)
Arguments
url |
A character vector of URLs. |
Value
A character vector containing the port number from each URL, if specified.
Examples
extract_port(c("http://example.com:8080"))
[Package urlexplorer version 0.1.0 Index]