outline_table {carpenter} | R Documentation |
Make an outline of the table you want to create.
Description
Make an outline of the table you want to create.
Usage
outline_table(data, header = NULL)
Arguments
data |
Dataset to use to create the table |
header |
Column or variable(s) that will make up the rows |
Value
Dataframe ready for further carpentry work, like adding rows, summary statistics, renaming, etc.
See Also
carpenter()
for a list of all functions, examples, and
accessing the introduction tutorial vignette.
[Package carpenter version 0.2.2 Index]