Create a new R list with n elements. The length can never be changed. This is a limitation on the R side. All we're doing here is calling Rf_allocVector in the R API to allocate a new list with n elements.
See Implementation
Create a new R list with n elements. The length can never be changed. This is a limitation on the R side. All we're doing here is calling Rf_allocVector in the R API to allocate a new list with n elements.