powered by
Override the default RCurl user agent of NULL
NULL
user_agent(agent)
string giving user agent
Other config: add_headers(), authenticate(), config(), set_cookies(), timeout(), use_proxy(), verbose()
add_headers()
authenticate()
config()
set_cookies()
timeout()
use_proxy()
verbose()
if (FALSE) { GET("http://httpbin.org/user-agent") GET("http://httpbin.org/user-agent", user_agent("httr")) }
Run the code above in your browser using DataLab