set_config | R Documentation |
Set (and reset) global httr configuration.
set_config(config, override = FALSE)
reset_config()
config |
Settings as generated by |
override |
if |
invisibility, the old global config.
Other ways to set configuration:
config()
,
with_config()
GET("http://google.com")
set_config(verbose())
GET("http://google.com")
reset_config()
GET("http://google.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.