greenplum-db / PivotalR-archive

An convenient R tool for manipulating tables in PostgreSQL type databases and a wrapper of Apache MADlib.
https://pivotalsoftware.github.io/gp-r/
125 stars 53 forks source link

append data #35

Open whizzalan opened 9 years ago

whizzalan commented 9 years ago

Is any method like sql method insert into one row or a query? Or like rbind method?

iyerr3 commented 9 years ago

rbind is a useful function to have. Till that's added, you could use the db.q method to run any arbitrary SQL.