powered by
list.extract()
x <- list(a=1, b=2, c=3) list.extract(x, 1) list.extract(x, 'a')
Run the code above in your browser using DataLab