
Last chance! 50% off unlimited learning
Sale ends in
set_config(config, override = FALSE)reset_config()
add_headers
,
set_cookies
or authenticate
.TRUE
, ignore existing settings, if FALSE
,
combine new config with old.config
;
with_config
, with_verbose
GET("http://google.com")
set_config(verbose())
GET("http://google.com")
reset_config()
GET("http://google.com")
Run the code above in your browser using DataLab