Turn an httr response object into a tidy data frame

tidy_response(.x)

Arguments

.x

a response object retrieved with one of the httr::VERB() functions.

Examples

# NOT RUN {
tidy_response(httr::GET("https://rud.is"))
# }