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