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

Add option for TVFs #29

Open rgertenbach opened 7 years ago

rgertenbach commented 7 years ago

Applies a JavaScript function that takes each row as an input and produces 0 or more output rows. Each Row is supplied as a JavaScipt object with the column header as the key.