Superseded. mtcars_df
and mtcars_df2 have been superseded in
favour of demo_df
.
A modified version of the mtcars dataset prepared into a data.frame structure
ready for coercion to an a11ytables-class object with
as_a11ytable
.
Format
A data frame with 5 rows and 6 columns:
- tab_title
Character. Text to appear on each sheet's tab.
- sheet_type
Character. The content type for each sheet: 'cover', 'contents', 'notes', or 'tables'.
- sheet_title
Character. The title that will appear in cell A1 (top-left) of each sheet.
- blank_cells
Character. An explanation for any blank cells in the table.
- source
Character. The origin of the data, if relevant.
- table
List-column of data.frames (apart from the cover, which is a list) containing the statistical tables.