Relative Content

Tag Archive for rlist

How to bind multiple data frames that are stored in a list with quotation marks

I am reading in the first excel sheets that each store the coded effects of one paper of a meta-analysis using R. I managed to automatically search the directory for the relevant files, open them, clean them and store them as single data frames (with names ID_1790, ID_3491, …). In that loop I also added a dynamic vector that stores the names given to the data frames called ReadIn.
Now I want to combine the single data frames into one. This is no problem when manually generating a DataList list object and using that in a rbindlist command.