ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

Combine multiple records into a meta-sample object #38

Closed SimonGoring closed 10 years ago

SimonGoring commented 11 years ago

Some synthesis work uses multiple datasets and while the current objects are great it would be useful to make a meta-sampe object that would contain multiple count data for multiple sites. Basically a list that mirrors the object returned by get_download except:

SimonGoring commented 11 years ago

Right now the implementation in get_download is to just make a list of sites, but I've been working on code that at least binds sites (using merge) and just appends age, site name, latitude and longitude. I think this the best option for now.

SimonGoring commented 10 years ago

I've been thinking about it more. I think this ought to be a user level choice for now. There is no real benefit in combining things in a pre-defined way within the package, users will value some particular data over others, so providing a 'one size fits all' method of doing this doesn't make sense without broader input.