user_agent {httr} | 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)