Apologies upfront. This is a complete newbie question about concepts that I'm not at all familiar with. I'm also new to R!
I'm trying to access some data via a web API.
I was expecting the response to my Get to contain some simple structured data (a csv file) that I could read into a data frame in R for manipulation.
However, I'm informed that the response of the endpoint that I'm hitting is a "zip-stream".
What the heck is a "zip-stream" and how can I manipulate it in R to get the data that I need into a data frame?