I have some R code which performs some data extraction operation on all files in the current directory, using the following code:
files <- list.files(\".\
Try this if results were your list:
results
> as.data.frame(do.call(rbind, results)) V1 V2 1 amer 14.5 2 appl 14.2 3 brec 13.1 4 camb 13.5 ...