cont-limno / LAGOSNE

Interface to the LAke multi-scaled GeOSpatial & temporal database :earth_americas:
https://cont-limno.github.io/LAGOSNE/
15 stars 8 forks source link

Refactor preprocessing(merging/selecting) functions #6

Closed jsta closed 8 years ago

jsta commented 8 years ago

At the very least, make preprocessing functions operate on column names and not column numbers

A lot of this code may have reinvented the wheel. It is likely that we can simplify a lot of this by wrapping the dplyr package.

jsta commented 8 years ago

See 434007f475f3fe69129b2db9d852fd2ca689a174

jsta commented 8 years ago

Selecting is now possible from rds or sqlite database variants. Merging functionality has been dropped in favor of dplyr. Both operate on column/table names and not numbers.