powered by
Extract the query from URL
extract_query(url)
A character vector containing the query string from each URL.
A character vector of URLs.
extract_query(c( "http://example.com?query1=value1&query2=value2", "http://example.com?query1=value3" ))
Run the code above in your browser using DataLab