extract_fragment {urlexplorer}R Documentation

Extract the fragment from URL

Description

Extract the fragment from URL

Usage

extract_fragment(url)

Arguments

url

A character vector of URLs.

Value

A character vector containing the fragment from each URL, if present.

Examples

extract_fragment(c("http://example.com/#sec1", "http://example.com/#sec2"))

[Package urlexplorer version 0.1.0 Index]