extract_userinfo {urlexplorer} | R Documentation |
Extract userinfo from URL
Description
Extract userinfo from URL
Usage
extract_userinfo(url)
Arguments
url |
A character vector of URLs. |
Value
A character vector containing the userinfo from each URL, if present.
Examples
extract_userinfo(c("http://user:pass@example.com"))
[Package urlexplorer version 0.1.0 Index]