extract_query | R Documentation |
Extract the query from URL
extract_query(url)
url |
A character vector of URLs. |
A character vector containing the query string from each URL.
extract_query(c(
"http://example.com?query1=value1&query2=value2",
"http://example.com?query1=value3"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.