I want to create 100 empty data frames with names
- df1, df2, ...,df100.
Each data frame will have 2 columns where
- i'th data frame dfi have columns with colnames "yi" and "xi". For example, df5 's column names will be y5 and x5.
- first column will be chracter and second one will be numeric.
How can I create such data frames using R. I will be very glad for any help. Many thanks.