parse_queries | R Documentation |
This function appends a list of query parameters to a base URL.
parse_queries(url, query_list)
url |
The base URL to which query parameters will be added. |
query_list |
A list of query parameters to be added to the URL. |
The complete URL with the query parameters appended.
parse_queries("https://www.example.com", list(param1 = "value1", param2 = "value2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.