att / rcloud.dcplot

Dimensional charting (dc.js) for RCloud
6 stars 7 forks source link

support embedded arrays #19

Open gordonwoodhull opened 9 years ago

gordonwoodhull commented 9 years ago

From @gordonwoodhull on January 28, 2014 18:30

string and number arrays currently aren't supported.

this would be particularly helpful for evaluated / referenced R.

Copied from original issue: att/dcplot.js#3

gordonwoodhull commented 9 years ago

The idea here was to pass an array in a place where you might pass an accessor-expression, for instance to use data which is not in the same dataframe, or even to calculate new columns on the fly on the R side using bquote .(expr).