Set user agent.
Override the default RCurl user agent of NULL
user_agent(agent)
agent
: string giving user agent## Not run: GET("http://httpbin.org/user-agent") GET("http://httpbin.org/user-agent", user_agent("httr")) ## End(Not run)
Other config: add_headers()
, authenticate()
, config()
, set_cookies()
, timeout()
, use_proxy()
, verbose()
Useful links
Downloads (last 30 days):