extract_path: Extract the path from URL

View source: R/extract.R

extract_pathR 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"))

urlexplorer documentation built on Aug. 8, 2025, 7:29 p.m.