KxSystems / rkdb

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

Passing a name list from R to kdb should be a dictionary and not a list #11

Closed kimtang closed 7 years ago

kimtang commented 7 years ago
require(rkdb)

h = open_connection(port=8888)
execute(h,'{`tmp set x}',list(a=c(1,2),b=c(1,2,3)))

tmp in kdb should be a dictionary