DataSlingers / MoMA

MoMA: Modern Multivariate Analysis in R
https://DataSlingers.github.io/MoMA
GNU General Public License v2.0
22 stars 4 forks source link

Add RcppFiveDList::operator() #41

Open Banana1530 opened 5 years ago

Banana1530 commented 5 years ago

I think so.

If we add RcppFiveDList::operator(), wont' that let us write

list(1,2,3,4,5) = Rcpp::List::create(....)

in the code that uses this class?

Originally posted by @michaelweylandt in https://github.com/michaelweylandt/MoMA/pull/37