Our group has invested a great amount of time into saving all of our work into .Rdata files. Unfortuneatly we have not invested time into creating a database.
So, each of our data experiments are saved into lists of data frames and other objects within the R class list. Our files are ~500MB to 2GB, so loading these experiments are not trivial, and I have hundreds to go through.
Is there away to get list names, dataframe names, or any other information without opening the entire .Rdata file.