I'm wondering if the speed of accessing list element by index is the
same as that of accessing list element by name.

l[[1]]
l[['name']]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to