Learn R Programming

alterryx (version 0.5.0)

parse_request_response: Parse Request Response

Description

Parse Request Response

Usage

parse_request_response(response, as = "text", remove_bom = TRUE,
  parse_JSON = TRUE)

Arguments

response

Response generated by a request such as httr::GET or httr::POST

as

Passed to httr::content(as = as)

remove_bom

Remove BOM from response content?

parse_JSON

Parse response content as JSON?