5. Data Frames
Learn R data frames โ the table type most real statistics and data analysis in R is built on โ with live, editable code.
A data frame is Rโs table type โ a set of equal-length columns, each possibly a different type. This is what most real statistics and data analysis in R is built on.
Back to top