Closed sckott closed 10 years ago
@hadley I added parsing to images() output https://github.com/sckott/analogsea/commit/5229e048ea49269c8d3e621c11ce632542ad91d9
images()
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?
Same question for regions() and sizes()
regions()
sizes()
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.
pluck()
@hadley I added parsing to
images()
output https://github.com/sckott/analogsea/commit/5229e048ea49269c8d3e621c11ce632542ad91d9The output was a long list if you call the function as
images()
, which is not easy to quickly understandIs there good reason to not parse to a data.frame?