Learn R Programming

wehoop (version 3.0.0)

.resp_text: Extract response body as text

Description

Replaces the httr::content(res, as = "text", encoding = "UTF-8") pattern.

Usage

.resp_text(resp)

Value

Character string of response body.

Arguments

resp

An httr2_response object.