MathMarEcol / pdyer_aus_bio

GNU General Public License v3.0
0 stars 0 forks source link

Use data.table with list cols for biological data #4

Closed PhDyellow closed 2 years ago

PhDyellow commented 3 years ago

See #3. Convert biological data import to use a data.table in the form:

data.table: survey: chr trophic: chr depth_cat: chr sites: list of data.tables, site spatial data, may include depth here obs: list of data.tables, species abundances at sites. Points to rows in sites and taxa tables taxa: list of data.tables, taxon lookup table for obs