summaryM_to_df: summaryM table to data.frame

Description Usage Arguments See Also Examples

View source: R/summaryM_to_df.R

Description

Convert a summaryM table to data.frame.

Usage

1
summaryM_to_df(tbl, html_space = TRUE, ...)

Arguments

tbl

A summaryM table object.

html_space

TRUE/FALSE. If TRUE, function will replace white space characters with html white space character. When TRUE, indenting of category labels will be preserved in HTML output.

...

Additional parameters sent to Hmisc::print.summaryM

See Also

slice_to_box

Examples

1
2
3
4
5
6
7
require(Hmisc)
require(dplyr)
getHdata(pbc)
tbl1_formula <- bili + albumin + stage + protime + sex + age + spiders ~ drug
tbl <- tbl1_formula %>%
summaryM(data=pbc) %>%
summaryM_to_df

thomasgstewart/tgsify documentation built on June 18, 2020, 11:10 a.m.