extract_port | R Documentation |
Extract the port number from URL
extract_port(url)
url |
A character vector of URLs. |
A character vector containing the port number from each URL, if specified.
extract_port(c("http://example.com:8080"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.