report_transpose: Transpose report table

View source: R/report_transpose.R

report_transposeR Documentation

Transpose report table

Description

Transpose report table

Usage

report_transpose(report_data)

Arguments

report_data

table to transpose

Value

transposed table

Note

At the moment this function only works when there is only one variable in report.

Examples

df <- data.frame(V1=rbinom(500,1,0.4),V2=rbinom(500,1,0.5),
   group=gl(5,100))
df %>% report_nPctBin01(V1,groupVar = group) %>%
   report_transpose()


angeloSdP/reportingTools documentation built on Dec. 25, 2024, 11:19 a.m.