View source: R/utils-requests.R
arc_agent | R Documentation |
Override the default user-agent set by httr2 to indicate that a request came from arcgisutils.
arc_agent(req)
req |
an httr2 request |
an httr2 request object
req <- httr2::request("http://example.com")
arc_agent(req)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.