I\'m very new to Rcpp. So I may ask a simple question. I want to subset a List. A similar R code is a[idx]. In Rcpp, I tried a(idx) but there was an er
a[idx]
a(idx)