Description Usage Arguments Value Examples
Get raw response from an Item object
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | response(x)
response(x) <- value
## S4 method for signature 'ANY'
response(x)
## S4 replacement method for signature 'ANY'
response(x) <- value
## S4 method for signature 'Item'
response(x)
## S4 replacement method for signature 'Item'
response(x) <- value
## S4 method for signature 'SimpleList'
response(x)
## S4 replacement method for signature 'SimpleList'
response(x) <- value
 | 
| x | object that may have response. | 
| value | value to be replaced. | 
a raw response from httr
| 1 2 3 | ## Not run: 
response(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.