req_get_url | R Documentation |
Retrieve the URL from a request.
req_get_url(req)
req |
A httr2 request object. |
A character string.
request("https://httpbin.org") |>
req_url_path("/get") |>
req_url_query(hello = "world") |>
req_get_url()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.