extract_query {urlexplorer}R Documentation

Extract the query from URL

Description

Extract the query from URL

Usage

extract_query(url)

Arguments

url

A character vector of URLs.

Value

A character vector containing the query string from each URL.

Examples

extract_query(c(
  "http://example.com?query1=value1&query2=value2",
  "http://example.com?query1=value3"
))

[Package urlexplorer version 0.1.0 Index]