response-methods: Get raw response from an Item object

Description Usage Arguments Value Examples

Description

Get raw response from an Item object

Usage

 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

Arguments

x

object that may have response.

value

value to be replaced.

Value

a raw response from httr

Examples

1
2
3
## Not run: 
response(x)
## End(Not run)

sevenbridges documentation built on March 25, 2021, 6 p.m.