I have a list of data frames in R that I would like to output to a csv file, with the data frames listed vertically in the csv file. The output command that I tried is this:
write.csv(model_diagnostic_list, "Model diagnostics.csv")
However, the resulting csv file has the data frames all lined up horizontally, which doesn't look good.