Extract tabular data in comma-separated or tab-separated format from a response body.
Arguments
- resp
(
httr2_response
) A singlehttr2::response()
object (as returned byhttr2::req_perform()
).- check_type
(
length-1 logical
) Whether to check that the response has the expected content type. Set toFALSE
if the response is not specifically tagged as the proper type.