R

Asked • 06/06/19

How do I make a list of data frames?

How do I make a list of data frames and how do I access each of those data frames from the list?For example, how can I put these data frames in a list ? d1 <- data.frame(y1 = c(1, 2, 3), y2 = c(4, 5, 6)) d2 <- data.frame(y1 = c(3, 2, 1), y2 = c(6, 5, 4))

1 Expert Answer

By:

James G. answered • 06/06/19

Tutor
4.7 (33)

Accomplished tutor specializing in Writing, Math, Accounting, and PM

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.