Skip to content
Prev 4232 / 10988 Next

[Rcpp-devel] Filling a list with iterator, or setting names from CharacterVector/SEXP?

To clarify a little, I can avoid most of this hassle by constructing
my named lists in R.  I would like to compute on the names of those
lists on the C++ end, though -- things akin to R's
which(names(mylist)=='myname') and easily looping through names.
-Christian
On Thu, Aug 30, 2012 at 9:52 PM, Christian Gunning <xian at unm.edu> wrote: