user_agent | R Documentation |
Override the default RCurl user agent of NULL
user_agent(agent)
agent |
string giving user agent |
Other config:
add_headers()
,
authenticate()
,
config()
,
set_cookies()
,
timeout()
,
use_proxy()
,
verbose()
## Not run:
GET("http://httpbin.org/user-agent")
GET("http://httpbin.org/user-agent", user_agent("httr"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.