KxSystems / rkdb

R client for kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
41 stars 29 forks source link

Add R data.frame conversion to kdb table conversion #8

Closed kimtang closed 7 years ago

kimtang commented 7 years ago

In R data.frame is converted as a list to kdb+. We need a conversion from data.frame to kdb+ (table).

sv commented 7 years ago

10