desc_table: Create a table from the data frame.

Description Usage Arguments Value Examples

Description

Simply a thin wrapper around pander::pander.

Usage

1
desc_table(.data, caption = NULL)

Arguments

.data

Dataset to create into a table.

caption

Table caption.

Value

Output the results of some descriptions of the dataset.

Examples

1
2
3
4
5
6
## Not run: 
example_data %>%
desc_prevalence("DM") %>%
desc_table()

## End(Not run)

lwjohnst86/PROMISE.desc documentation built on May 15, 2019, 5:03 a.m.