powered by
with_config(config = config(), expr, override = FALSE)with_verbose(expr, ...)
with_verbose(expr, ...)
add_headers
set_cookies
authenticate
TRUE
FALSE
verbose
config
reset_config
set_config
with_config(verbose(), { GET("http://had.co.nz") GET("http://google.com") }) # Or even easier: with_verbose(GET("http://google.com"))
Run the code above in your browser using DataLab