pachadotdev / analogsea

Digital Ocean R client
https://pacha.dev/analogsea/
Apache License 2.0
155 stars 24 forks source link

`images()` parsing of result #43

Closed sckott closed 10 years ago

sckott commented 10 years ago

@hadley I added parsing to images() output https://github.com/sckott/analogsea/commit/5229e048ea49269c8d3e621c11ce632542ad91d9

The output was a long list if you call the function as images(), which is not easy to quickly understand

Is there good reason to not parse to a data.frame?

sckott commented 10 years ago

Same question for regions() and sizes()

hadley commented 10 years ago

That was an accidental removal. I'll put back in - I think it's better to use pluck() to write this sort of extraction code.