Learn R Programming

baseballr (version 2.0.0)

.resp_text: Extract an httr2 response body as UTF-8 text

Description

Extract an httr2 response body as UTF-8 text

Usage

.resp_text(resp)

Value

Character string of the response body.

Arguments

resp

An httr2 response object.