Combine multiple neuronlists into a single list
# S3 method for neuronlist c(..., recursive = FALSE)
| ... | neuronlists to combine |
|---|---|
| recursive | Presently ignored |
Uses rbind.fill to join any attached dataframes,
so missing values are replaced with NAs.