scicloj / clojisr

Clojure speaks statistics - a bridge between Clojure to R
https://scicloj.github.io/clojisr/
Eclipse Public License 2.0
150 stars 10 forks source link

seqable #60

Closed genmeblog closed 4 years ago

genmeblog commented 4 years ago

Dataset column is seqable but not sequential. I think we want to add seqable at the end of check in form->code and treat is as a sequence.

genmeblog commented 4 years ago

This one can be risky for some strange sequable stuff. Let's wait for sequential column.

genmeblog commented 4 years ago

Closing. User can always force a sequence by calling seq