rgertenbach / JSplyr

A dplyr inspired way to manipulate data in Google Apps Script (and JS in general)
MIT License
1 stars 0 forks source link

Join #13

Closed rgertenbach closed 8 years ago

rgertenbach commented 8 years ago

At the moment join just generates two arrays of matching row IDs Next step: create Left trailing, matches and right trailing where needed and union them, then return that.

Solves #4