spgarbet / tangram

Table Grammar package for R
67 stars 3 forks source link

Composition Functions: cbind and rbind #10

Closed spgarbet closed 6 years ago

spgarbet commented 7 years ago

The ability to paste tables together via cbind and rbind needs to be added. Composition operators for these are needed as well, cbind => "+" and rbind => "%>%". This would satisfy some immediate needs.

spgarbet commented 6 years ago

rbind was added in 13c97e2e2f9796fdc4731ecb041e432798086568

spgarbet commented 6 years ago

rbind is more useful so I went with "+" for that operator. cbind I mapped to "|".